html,body {
	margin:0;
    background:url(pics/bg_h.jpg) repeat-y;
    background-position: center;
    background-color:#663366;
}

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

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

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

#footer {
	position:relative;
	left:0px;
	width:702px;
	height:130px;
	background:url(pics/footer.jpg);
}
.text {
	font-size: 24px;
	font-weight: bold;
}

a.imp, a.imp:link, a.imp:visited, a.imp:active{
 	position:relative;
 	left:480px;
 	top:38px;
 	width:57px;
 	height:20px;
 	float:left;
}