* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #e9e9e9;
	font-family: sans-serif;
	font-size: 14px;
	color: #000;
}
#container {
	background:  #e9e9e9 repeat-y center;
	position: relative;
	display:block;
	width: 980px;
	height: 800px;
	margin: 0 auto;
}
#header {	
	background: url(img/pot.png) no-repeat center;
	height: 280px;
	
}

#content {
	margin: -130px  275px 0 30px;
	text-align: justify;
}
#menu {
	position: absolute;
	top: 130px;
	left: 30px;
}
#footer {
	background: url(img/fiuter.png) no-repeat center;
	text-align: center;
	height: 120px;
	color: #000;
}
h1, h2 {
	font-style: bold;
	font-family: sans-serif;
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 30px;
	width: 480px;
	margin-top: 46px;
	font-weight: bold;
}
h2 {
	margin-top: 20px;
	font-size: 22px;
	
}
p {
	margin: 15px 0;
}
big {
	display: none;
}
span{
	position: relative;
	top: 96px;
}
#menu li {
	background: url(img/baton.png)  no-repeat center center ;
	height: 36px;
	width: 214px;
	display: block;
	float:left;
	font-size:12px;
	font-weight:bold;
	list-style:none outside none;
	
}
#menu a {
	position:relative;
	left:40px;
	top:8px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
#menu li:hover {
	background: url(img/baton.png)  no-repeat center center ;
	display: block;
	height: 36px;
	width: 214px;
}
#content li {
	margin-left: 20px;
}
#links{
 position: absolute;
 list-style: none;
 top: 135px;
 left: 735px;
 color: #000;
}
#reklama {
	position: absolute;
	top: 180px;
	left: 735px;
	list-style: none;
	}

