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

#site {
	position:relative;
	width:700px;
}

#header {
	position:relative;
	width:700px;
	height:166px;
	background:url(pics/header.jpg) no-repeat;
}

#girls {
	position:relative;
	width:700px;
	height:259px;
	background:url(pics/girls.jpg) no-repeat;
}

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

#footer {
	position:relative;
	width:700px;
	height:55px;
	background:url(pics/footer.jpg) no-repeat;
}

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

a:hover {  
	font-weight:bold; 
	color:#006666; 
	text-decoration:underline; 
}

a.imp, a.imp:link, a.imp:visited, a.imp:active{
	position:relative;
	left:105px;
	top:30px;
	width:50px;
	height:5px;
	float:left;
}