/* CSS Document */

body {
background-color:#737373;
	background-image: url(images/main_bg.jpg);
	background-position:top center;
	background-repeat:repeat-X;
	margin:0px;
}

#main_box
{
width:980px;
position:relative;
}


#top_box
{
width:980px;
height:582px;
background-image:url(images/top_box_bg.jpg);
float:left;
position:relative;
text-align:left;
}

#btn_under
{
position:absolute;
left:0px;
top:508px;
}

#btn_over
{
position:absolute;
left:149px;
top:508px;
}


#warrning
{
width:488px;
color:#CCCCCC;
font-size:11px;
text-align:left;
position:absolute;
top:35px;
left:404px;
line-height:18px;
}

#warrning a
{
color:#FFCC00;
}


#sample_girls_box
{width:455px;
position:absolute;
top:135px;
left:341px;
}




.float_image
{
float:left;
margin-right:12px;
margin-bottom:7px;
}



#right_touts
{
width:160px;
position:absolute;
top:135px;
left:796px;
}



.float_touts
{
float:left;
margin-bottom:8px;
}



#bottom_box
{
width:980px;
height:100%;
background-image:url(images/bottom_box_bg.jpg);
color:#FFFFFF;
font-size:11px;
text-align:left;
float:left;
position:relative;
}



#bottom_box_text
{
width:900px;
position:absolute;
top:15px;
left:35px;
}


#bottom_box_text a
{
color: #333333;
text-decoration: none;
}


#bottom_box_text a:hover
{
color: #6C0000;
text-decoration:underlone;
}



.float_text
{
float:left;
margin-left:20px;
margin-bottom:10px;
}


