html,body {

margin:0;
background-color:#2254b9;
}

#site {

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

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

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

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

#top_bg {
	position:relative;
	left:0px;
	width:800px;
	z-index:1;
}

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

a.imp, a.imp:link, a.imp:visited, a.imp:active{
 	position:relative;
 	left:680px;
 	top:130px;
 	width:60px;
 	height:20px;
 	float:left;
}
