html, body {
	background-color: #000;
	font-family: verdana;
	font-size: 8pt;
	color: #494949;
	margin: 0;
	padding: 0;
}
input { 
	font-family: Verdana; 
	font-size: 12px; 
	color: #000; 
	border: 1px #161613 solid; 
	background-color: #f3f6ed;
} 

textarea { 
	font-family: Verdana; 
	font-size: 12px; 
	color: #000; 
	border: 1px #161613 solid; 
	background-color: #f3f6ed;
}

img{
	border: 0px;
}

a{
	text-decoration: none;
	color : #000;
}
a:hover {
	text-decoration: underline;
	color: #494949;
}

#main {
	width: 797px;
	height: 594px;
	font-size : 10px;
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
	background: url(../img/background.jpg);
	
}

#page{
	font-size : 12px;
	width: 797px;
	height: 501px;
	position:absolute;
	top:100px;
}

#contact{
	margin-left:380px; 
	margin-right:100px; 
	margin-top:110px; 
	font-size:11px; 
	color: #000;  
	line-height:18px;
}

#menu {
	font-size : 12px;
	width: 797px;
	height: 21px;
	position:absolute;
	top:574px;
}

#menu a{
	margin-right:68px;
	padding-left: 32px;
	text-decoration: none;
	color : #f0f0f0;
	background: url(../img/buttons/innosciS.png) no-repeat left;
}

#menu a:hover {
	text-decoration: underline;
	color: #f0f0f0;
}

#olik{
	left:60px;
	position: absolute;
}
#olik a{
	background: url(../img/buttons/olikS.png) no-repeat left;
}
#foto{
	left:210px;
	position: absolute;
}
#foto a{
	background: url(../img/buttons/zdjeciaS.png) no-repeat left;
}

#inne{
	left:360px;
	position: absolute;
}
#inne a{
	background: url(../img/buttons/innosciS.png) no-repeat left;
}

#kontakt{
	left:510px;
	position: absolute;
}
#kontakt a{
	background: url(../img/buttons/kontaktS.png) no-repeat left;
}

#linki{
	left:660px;
	position: absolute;
}
#linki a{
	background: url(../img/buttons/linkiS.png) no-repeat left;
}

#counter{
	font-size : 8px;
	font-weight:bold;
	position:absolute;
	margin-top:7px;
	margin-left:17px;
	color:#fff;
}

