
html,body {
	margin:0;
	padding:0;
	background:url(pics/bg_t.jpg) repeat-x;
	background-color:#e9c400;
	font-weight:bold; 
	color:#000000; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#site {
	position:relative;
}

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

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

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

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

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

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

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

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

#copyright {
	position:relative;
	left:85px;
	top:52px;
	height:15px;
	float:left;
}