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

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

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

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

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

#footer {
	position:relative;
	width:702px;
	height:105px;
	background:url(pics/footer.jpg);
}

a.imp, a.imp:link, a.imp:visited, a.imp:active{
	position:relative;
	left:120px;
	top:80px;
	width:70px;
	height:20px;
	float:left;
}
