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

#site {
	position:relative;
	left:0px;
	width:650px;
	height:600px;
}

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

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

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

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

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

.text {
	font-size: 24px;
	font-weight: bold;
}
