﻿body {

	/*background-image: url(images/tlo.png);*/

	height: 100%;

	margin: 0 auto;

	padding: 0;	d

	text-align: center;

	display: flex;

    min-height: 100vh;

    flex-direction: column;

}

main {

	flex: 1 0 auto;

}

#wrapper {

	height: 100%;

	margin: 0 auto;

	padding: 0;

	background-color: #fbfbfb;

	font-family: 'Roboto',sans-serif;

}

/*MENU*/

#header {

	position: relative;

	margin: 0 auto;

	height: 100px;

	background-color: #fbfbfb;

	background-image: url(images/logo.png);

	background-size: 500px;

	background-position: center;

	background-repeat: no-repeat;

}

#navOuter {

	background-color: #08B0B1;

}

#nav {

	display: table;

	margin: 0 auto;

	padding: 0;

}

#nav li {

	display: inline;

	margin: 0;

	padding: 0;

	float: left;

	text-transform: uppercase;

}

#nav li a {

	color: #fff;

	display: block;

	float: left;

	padding: 0 15px;


}

#nav ul {

	padding: 0;

	margin: 0;

	margin-left: 2px;

}

#nav a {

	text-decoration: none;

	cursor: pointer;

}

/*KONIEC MENU*/

/*TEXT FORMATING STYLE*/

p{

	text-align: justify;

	font-size: 13px;

	color: rgb(102, 102, 102);

	line-height: 0.5cm;

	font-weight: bold;

}


a{

	font-size: 12px;

	text-align: center;

	text-decoration: none;

	color: rgb(102, 102, 102);

}

/*TEXT FORMATING STYLE END*/

.releases p {

	text-align: center;
	
}

