body{ background:url(../images/bg.gif);}
body,a,p,b,span,h1,h2,h3,h4,h5,h6,input,tr,td,label,div{font-family:Arial, Helvetica, sans-serif;}
/*--------------- Layout -----------------------*/
.main{
	width:100%;
	height:100%;
}
.layout-banner{
	height:60px;
	background:url(../images/banner.png);
	padding:0px;
	margin:0px auto;
}
.layout-center{
	width: 100%;
	display: block;
	position: relative;
	overflow:hidden;
}
.center-left{
	left:0;
	width:183px;
	display:block;
	position:absolute;
	z-index:11;
}
.center-inner{
	width:1000px;
	margin:0 auto;
	display:block;
	position:relative;
	z-index:999;
}
.center-right{
	width:183px;
	top:0px;
	right:0;
	display:block;
	position:absolute;
	z-index:11;
}
.layout-footer{
	width:100%;
	padding:0px;
	margin:0px auto;
}
.paging-bound{
	
	border-bottom:1px solid #000034;
	width:100%;		
}
.duk-paging-bound{
	float:right;
	height:60px;
	padding-top:40px;
	text-align:center;
	margin-top:-30px;
	margin-bottom:-50px;	
	font-weight:bold;
}
.duk-paging-bound span:first-child{
	color:#ccc !important;	
}
.duk-paging-bound font{
	color:#F00 !important;	
}
.duk-paging-bound a{
	color:#ccc !important;
}
