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

	body {
	padding: 0;
	margin: 0;
	background-image: url(/images/site_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}  
	body,html{height: 100%;}  
	#outer {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}  
	#outer[id] {
	display: table;
	position: static;
}  
	#middle {position: absolute; top: 50%;left: 0}  

	#inner {position: relative; top: -50%; margin: 0 auto;}  
	#content{
		width:852px;
		height:482px;
		margin: 0 auto;
	}  
	
	
	#txt_div_ct{
		position:relative;
	}
	#txt_div{
	position:absolute;
	left:335px;
	top:-45px;
	font-family:"宋体";
	font-size:14px;
	color:#FF0000;
	}
	
	#logoNavWrap{
	position:absolute;
	margin-left: 410px;
	margin-top: 30px;
	
	}
	#logoNav{
		width:955px;
		height:64px;
		background-image: url(images/logoNav.gif);
	}
	
	#logoNav a{
		width: 110px;
		height: 21px;
		display: block;
		float: left;
		
	}
	
	.b1{
	}
	
	.b1:hover{
		background-image: url(images/logoNav.gif);
		background-position: -410px -60px;
	}	
	
	
	.b2{
	margin-left: 10px;
	}
	
	.b2:hover{
		background-image: url(images/logoNav.gif);
		background-position: -530px -60px;
	}	
	
	#cp{
	width:955px;
	height:70px;
	background-image: url(images/cp.gif);
	background-repeat: no-repeat;
	}	
