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

#site {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:860px;
}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:195px;
	background:url(pics/header.jpg) no-repeat;
}

#girls {
	position:relative;
	left:0px;
	width:900px;
	height:207px;
	background:url(pics/girls.jpg) no-repeat;
}

#bg {
	position:relative;
	left:0px;
	width:900px;
	height:1060px;
	background:url(pics/bg.jpg) repeat-y;
}

#footer {
	position:relative;
	left:0px;
	width:900px;
	height:98px;
	background:url(pics/footer.jpg) no-repeat;
}

a.imp, a.imp:link, a.imp:visited, a.imp:active{
 	position:relative;
 	left:460px;
 	top:75px;
 	width:65px;
 	height:15px;
 	float:left;
}
