html,body {
margin:0px;
background:url(pics/bg_t.jpg) repeat-x;
background-color:#5f1d1f;
}

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

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

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

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

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

a.imp, a.imp:link, a.imp:visited, a.imp:active{
	font-weight:bold; 
	color:#ffffff; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

a.imp:hover {  font-weight:bold; color:#000000; text-decoration:none; }

#copyright {
	position:relative;
	left:60px;
	top:45px;
	height:15px;
	float:left; 
    color:#ffffff;
	font-weight:bold;    
    font-family:Arial, Helvetica, sans-serif;
}

a:link, a:active, a:focus, a:visited { 
	font-weight:bold; 
	color:#ffffff; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

a:hover {  font-weight:bold; color:#000000; text-decoration:none; }
