* {
	margin:0;
	padding:0;
	
}


body {
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	font-size:13px;
	background-color:#414141;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/* close commented backslash hack */

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
outline: none;
}

a {
text-decoration:none;
color:#959595;
}


.header{
	width:100%;
	background:url(../images/top_bg.jpg) no-repeat center;
	height:692px;
	position:relative;
}


.header_main {
	width:1000px;
	margin: 0 auto;
}

.header h1{
	font-size:80px;
	text-align:center;
	width:100%;
	font-weight:bold;
	padding-top:80px;
	padding-bottom:10px;
}

.header h3{
	font-size:24px;
	text-align:center;
	width:100%;
	padding-bottom:40px;
}

.sub_header{
	font-size:16px;
	text-align:center;
	width:850px;
	padding-bottom:80px;
	margin-left:70px;
}

.header_count{
	margin-left:50px;
}

.count_box{
	float:left;
}
	
.count_box_1{
	width:280px;
	margin-right:25px;
}

.count_box_2{
	width:280px;
	margin-right:60px;
}

.count_box_3{
	width:210px;
	margin-right:60px;
}

.count_rect{
	width:67px;
	height:111px;
	background-color:#414141;
	border-radius:5px;
	float:left;
	margin-right:3px;
}

.count_bottom p{
	margin-top:30px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}

.content{
	width:1000px;
	margin:0 auto;
}

.main_area{
	width:1000px;
	height:650px;
}

.area_left{
	background-color:#46484b;
	width:170px;
	height:650px;
	float:left;
}

.area_right{
	width:830px;
	height:650px;
	float:right;
}

.count_rect p {
	font-size:70px;
	text-align:center;
}


.w146x146 {
	width:146px;
	height:146px;
	background:url(../images/Untitled-1.png) no-repeat;
	position:absolute;
	top:11%;
	left:48%;
}





















