html,body {
	margin: 0;
	padding: 0;
    	background-image: url(pics/bg_bot.gif);
	background-repeat: repeat-x; 
	background-position: bottom;
}

#bgtop {
	position:absolute;
  left:0px;
	top:0px;
  height:276px;
  width:100%;
	background:url(pics/bg_top.gif) repeat-x;
}

#site {
	position:relative;
	background:url(pics/bg.gif) repeat-y;
	background-position: center;
  width:702px;
	height:1504px;
    
}

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

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

#footer {
	position:relative;
	left:0px;
	top:0px;
	width:702px;
	height:165px;
    	background:url(pics/footer.gif) no-repeat;
}

a.imp, a.imp:link, a.imp:visited, a.imp:active{
 	position:relative;
 	left:362px;
 	top:143px;
 	width:68px;
 	height:20px;
 	float:left;
}