@charset "utf-8";

body {

	background-color: #000;

}

#strona {

	background-color: #000;

	background-image: url(../images/Back.jpg);

	background-position: center top;

	background-repeat: no-repeat;

	margin-right: auto;

	margin-left: auto;

	font-family: Arial, Helvetica, sans-serif;

	height: 600px;

	width: 1000px;

	margin-top: 35px;

}

#baner {

	height: 80px;

	width: 1000px;

	margin-right: auto;

	margin-left: auto;

	background-image: url(../images/Baner.jpg);

	background-repeat: no-repeat;

}

#menu {

	height: 30px;

	width: 700px;

	padding-left: 150px;

}

a {

	color: #FFF;

}

a:link {

	text-decoration: none;

}

a:visited {

	text-decoration: none;

}

a:hover {

	text-decoration: none;

}

a:active {

	text-decoration: none;

}

#content {


text-align:left;
	height: 440px;

	width: 800px;

	
	font-family: Arial, Helvetica, sans-serif;

	color: #FFF;

	font-size: 14px;

}

#lista_L {

	height: 385px;

	width: 350px;

	float: left;

}

#lista_R {

	float: left;

	height: 385px;

	width: 350px;

}

p {

	text-align: center;

	padding-left: 22px;

}

h2 {

	text-align: center;

}

