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

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

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

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

#bg {
	position:relative;
	left:0px;
	width:750px;
	background:url(pics/bg.jpg);
	min-height:100%;
}

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

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