html,body {
	margin:0;
	background-color:#000000;
}

#site {
	position:relative;
	left:0px;
	top:0px;
	width:802px;
	height:1260px;
	background:url(pics/bg.jpg) repeat-y;
	background-position:center;
}

#header_ {
	position:relative;
	left:0px;
	top:0px;
	width:802px;
	height:193px;
	background-image:url(pics/header.jpg);
}

#girls_ {
	position:relative;
	left:0px;
	top:0px;
	width:802px;
	height:148px;
	background-image:url(pics/girls.jpg);
}

#footer_ {
	position:relative;
	left:0px;
	top:0px;
	width:802px;
	height:102px;
	background-image:url(pics/footer.jpg);	
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

a.imp, a.imp:link, a.imp:visited, a.imp:active{
 	position:relative;
 	left:690px;
 	top:162px;
 	width:50px;
 	height:10px;
 	float:left;
}
