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

#site {
	position:relative;
	left:0px;
	top:0px;
	width:700px;
	height:600px;
}

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

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

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

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

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

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

a.imp, a.imp:link, a.imp:visited, a.imp:active{
 	position:relative;
 	left:365px;
 	top:30px;
 	width:70px;
 	height:15px;
 	float:left;
}