body{ center 0 no-repeat; background:url(../images/body-bg.png);}
body,a,p,b,span,h1,h2,h3,h4,h5,h6,input,tr,td,label,div{font-family:Arial, Helvetica, sans-serif;}
ul{list-style:none;}
/*--------------- Layout -----------------------*/
.main{
	width:100%;
	height:100%;
}
.layout-banner{
	width:1047px;
	margin:0 auto;
}
..layout-center{
	width: 100%;
	display: block;
	overflow:hidden;
}
.center-inner{
	width:1045px;
	margin:0 auto;
	background:#FFF;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}
.center-inner-left{
	width:660px;
	padding:25px;
	overflow:hidden;
	float:left;
}
.center-inner-right{
	width:320px;
	margin-top:25px;
	float:left;
	overflow:hidden;
}
.layout-footer{
	width:100%;
	padding:0px;
	margin:0px auto;
}
.paging-bound{
	border-bottom:1px solid #000034;
	width:100%;		
}
.duk-paging-bound{
	text-align:center;
	font-weight:bold;
}
.duk-paging-bound span:first-child{
	color:#666x !important;	
}
.duk-paging-bound font{
	color:#F00 !important;	
}
.duk-paging-bound a{
	color:#FFF !important;
}
/*---------------- left - right ---------------------*/
.adv-left{
	width:130px;
	height:100%;
	position:fixed;
	left:10px;
	top:0;
}
.adv-right{
	width:130px;
	height:100%;
	position:fixed;
	right:10px;
	top:0;
}
/*--------go-top-----------*/
.go-top{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
}