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

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

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

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

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

#footer {
	position:relative;
	width:750px;
	height:56px;
	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:140px;
	top:32px;
	width:70px;
	height:15px;
	float:left;
}