body { 
	background-color: #99CCFF
}

h2, p {
margin: 0; 
padding: 0;
}

#nawigacja {
	position: fixed;
	top:10px;
	left:50%;
	margin-left:-300px;
}
#naglowek {
	position: relative;
	/*top: -10px; */
	background-color: #FFFF99;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
ul{
	list-style-type: none;
	position: fixed;
	margin: -10px;
}

li {
	display: inline;
	border: 2px solid #000000;
	font-family: Futura, Tahoma, sans-serif;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px 5px;
	background-color: #CC0323
}
h2 {
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #000033;
}
#center {
	position: relative;
	top: 0px;
	background-color: #FFFF99;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	}
}
 #center p {
	width: 100%;
	float: center;
	}
p {
	font-family: Tahoma;
	font-size: 1em;
	color: #000033; 
}
	
img { 
float: right;

}	
	
#stopa{
	clear: both;
	position: relative;
	/* bottom: -20px; */
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 30px;
	background-color: #FFFF99;
}

#button p{
	bottom: 10px;
	font-size: 0.5em;
	color: #000033;
	text-align: center;
}
