@charset "UTF-8";
/* layout */

#wrap{
	width:950px;
	height:100%;
	margin:0px auto;
	background:url(../images/cont_back.jpg);
	}

#wrap_2{
	width:950px;
	height:100%;
	margin:0px auto;
background:url(../images/cont_back_2.jpg);
	}



#cont_header{
	width:950px;
	height:110px;
	border-bottom:#fff solid 10px;
	background:url("../images/cont_header.jpg") no-repeat;
	}

#cont_header2{
	width:950px;
	height:110px;
	border-bottom:#fff solid 10px;
	background:url("../images/cont_header2.jpg") no-repeat;
	}


#cont_main{
	width:550px;
	height:100%;
	float:left;
	}

#cont_main_second{
	width:760px;
	height:100%;
	background:;
	}

	
#cont_main_second_rank{
	width:760px;
	height:100%;
	background:;
	}
	

#cont_third{
	width:550px;
	height:100%;
	float:left;
	}
	
	
#cont_right{
	width:200px;
	height:100%;
	float:right;
	}
	
#main_right{
	width:760px;
	float:right;
	}

#cont_left{
	width:180px;
	height:100%;
	}

#main_left{
	width:190px;
	float:left;
	}

#cont_footer{
	width:950px;
	height:100%;
	background:#fff;
	margin-top:10px;
	padding-bottom: 15px;
	font-size:10px;
	text-align:center;
	color:#333;
}