html, body {
	background-color: #000;
	font-family: verdana;
	font-size: 8pt;
	color: #494949;
	margin: 0;
	padding: 0;
}

img{
	border: 0px;
}

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

a span {
	display:none;
}

a:hover {
	color: #fff;
}

a:hover span{
	display: block;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 200px;
	font: 10px Verdana, sans-serif;
	text-align:left;
	color: #000;

}

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

#olik{
	left:330px;
	top:430px;
	position: absolute;
}

#foto{
	left:395px;
	top:290px;
	position: absolute;
}

#others{
	left:77px;
	top:218px;
	position: absolute;
}


#contact{
	left:600px;
	top:349px;
	position: absolute;
}


#links{
	left:155px;
	top:335px;
	position: absolute;
}

#copright{
	font-size : 8px;
	font-family: verdana;
	font-size: 7pt;
	color:#fff;
}
#copright a{
	color:#494949;
}
#copright a:hover{
	color:#fff;
}

#counter{
	left:963px;
	top:610px;
	font-size : 8px;
	font-family: verdana;
	font-size: 7pt;
	color:#494949;
}


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