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

#site{
	position:relative;
	left:0px;
	top:0px;
	background:url(pics/bg_t.jpg) repeat-x;
	width:800px;
}

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

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

#bg {
	position:relative;
	width:800px;
	background:url(pics/bg.jpg) repeat-y;
}

#footer {
	position:relative;
	width:800px;
	height:61px;
	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:159px;
	top:40px;
	width:72px;
	height:15px;
	float:left;
}
