@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	height: 100%;
	font-size:11px;
    color: #ffffff;
	background-color:#000000;  
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-position: 0 170px;
	background-repeat:repeat-x;
	overflow:hidden;

}


a  {
	outline:none;
	color:#ffffff;
	text-decoration:none;
}

a:hover  {
	outline:none;
	color:#999;
	text-decoration:none;
}




.all  {
	display:block;
	font-size: 12px;
	width:900px;
	margin:auto;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}




.main_box  {
	display:block;
	width:900px;
	height:435px;
}

.main_box2  {
	display:block;
	position:absolute;
	width:100%;
	left:0;
	top:170px;
	height:435px;
}
