body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	min-width: 750px;
	color:black;
	background-color: white;
	margin:0px;
	margin-top:10px;
	padding:0px;
}
a:link { 
	color: #000000;  
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration: none;
}

a:visited { 
	color: black;  
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration: none;
} 

a:active { 
	color: #000000;  
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration: none;
} 

a:hover { 
	color: #002bcb;  
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration: none;
}

#wrapper{
	width:600px;
	margin:0px auto;
	padding:0px;
}
#logo {
	float:left;
	width:600px;
	height:111px;
	background: url('images/logo.jpg');
}
#menu {
	float:left;
	width:150px;
	background-color: white;
}
#content{
	width:450px;
	float:left;
	background-color; green;
}
#horizon {
	background-color: white;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -280px;
	text-align: center;
	min-width: 750px; 
}
#nadkapeluszem {
	background-color: #fff;
	position: relative;
	text-align: center;
	width: 750px;
	height: 510px;
	background: url('images/nadkapeluszem.jpg');
	background-repeat: no-repeat;
	margin: 0px auto;
}
#kapelusz {
	cursor: pointer;
	position: absolute;
	width: 149px;
	height: 120px;
	bottom: 40px;
	right: 303px;
}
#arrow {
	cursor: pointer;
	position: absolute;
	width: 60px;
	height: 40px;
	bottom: 70px;
	right: 230px;
}
#textbox {
	cursor: pointer;
	position: absolute;
	width: 140px;
	height: 80px;
	bottom: 55px;
	right: 65px;
}
#liczniki {
	position: absolute;
	width: 300px;
	bottom: 0px;
	left: 50%;
	margin-left: -150px;
}
#tekst-opis {
	position: absolute;
	text-align: justify;
	top: 130px;
	width: 300px;
	left: 50%;
	margin-left: -150px;
}