html,body {
	background:url(pics/bg_top.jpg) repeat-x;
	background-color:#114659;
	margin:0px;
}

#site {
	position:relative;
	width:750px;
	background:url(pics/bg.jpg);
}

#header {
	position:relative;
	width:750px;
	height:284px;
	background:url(pics/header.jpg);
}

#girls {
	position:relative;
	width:750px;
	height:279px;
	background:url(pics/girls.jpg);
}

#bg {
	position:relative;
	width:750px;
	background:url(pics/bg.jpg);
}

#footer {
	position:relative;
	width:750px;
	height:121px;
	background:url(pics/footer.jpg);
}

a:link, a:active, a:focus, a:visited { font-weight:bold; 
									   color:#ffffff; 
									   text-decoration:none;
									   font-family:Arial, Helvetica, sans-serif;

}
a:hover {  font-weight:bold; color:#000000; text-decoration:none; }

a.imp, a.imp:link, a.imp:visited, a.imp:active{
 	position:relative;
 	left:180px;
 	top:100px;
 	width:75px;
 	height:15px;
 	float:left;
}