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

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

#header {
	position:relative;
	left:0px;
	width:700px;
	height:325px;
	background:url(pics/header.jpg);
}

#girls {
	position:relative;
	left:0px;
	width:700px;
	height:166px;
	background:url(pics/girls.jpg);
}

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

#footer {
	position:relative;
	left:0px;
	width:700px;
	height:62px;
	background:url(pics/footer.jpg);
}

a.imp, a.imp:link, a.imp:visited, a.imp:active{
 	position:relative;
 	left:140px;
 	top:15px;
 	width:85px;
 	height:20px;
 	float:left;
}