* { 
	empty-cells:show;
   -webkit-box-sizing: border-box; /* Safari/WebKit */ 
   -moz-box-sizing: border-box; /* Firefox */
   -ms-box-sizing: border-box; /* IE8 */
	box-sizing: border-box; /* W3C Property */
	padding:0;
	margin:0;
}

body {
	text-align:center;
}

ul { padding-left:30px;}

/* Layout */
div.thWrapper {
	width:980px;
	position:relative;
	margin:0 auto;
}

div.thHeader {
	width:980px;
	height:283px;
	background:url(../pix/header.png);
}

div.thContainer {
	width:980px;
	display:inline-block;
	position:relative;
	text-align:left;
	background:url(../pix/leftNavBg-out.png) repeat-y;
}

div.thFooter {
	width:980px;
	height:42px;
	#height:27px;
	position:relative;
	background:url(../pix/footer.png);
	font-size:14px;
	color:#FFF;
	padding-top:15px;
}

/* ------------ */
/* Content Left */
div.thContentLeft {
	width:168px;
	float:left;
	position:relative;
	background:url(../pix/leftNavBg-out.png) repeat-y;
}

/* Content Right */
div.thContentRight {
	width:812px;
	float:right;
	display:block;
	background:#FFF url(../pix/bodyCenterBg.png) repeat-y right;
}

div.thRightContTopBg {
	width:812px;
	height:90px;
	background:url(../pix/bodyTopBg.png);
}

div.thRightContBottomBg {
	widows:812px;
	height:105px;
	background:url(../pix/bodyBottomBg.png);
}

div.thMainContent {
	width:812px;
	#width:800px;
	padding:0 6px;
	display:block;
}

#dkbedemand {
				top:330px;
				position:absolute;}
