html,body {
	margin: 0;
	padding: 0;
	background:url(pics/bg_h.gif) repeat-x;
	background-position:top;
	background-color:#FFB400;
}

#bgtop {
	background:url(pics/bg_h02.gif) repeat-y;
	background-position:center;
	width:100%;
}

#bgtop02 {
	position:absolute;
	background:url(pics/bg_h01.gif) no-repeat;
	background-position:center top;
	height:261px;
	width:100%;
}


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

#header {
	position:relative;
	background:url(pics/header.gif) no-repeat;
	left:0px;
	top:0px;
	width:702px;
	height:196px;
}

#girls {
	position:relative;
	background:url(pics/girls.gif) no-repeat;
	left:0px;
	top:0px;
	width:702px;
	height:190px;
}

#bottom {
	position:relative;
	background:url(pics/bottom.gif) no-repeat;
	left:0px;
	top:0px;
	width:702px;
	height:64px;
}

#footer {
	position:relative;
	background:url(pics/footer.gif) no-repeat;
	left:0px;
	top:0px;
	width:702px;
	height:42px;
}

a.imp, a.imp:link, a.imp:visited, a.imp:active{
 	position:relative;
 	left:88px;
 	top:10px;
 	width:50px;
 	height:20px;
 	float:left;
}

.text {
	font-size: 24px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}