@charset "utf-8";
/* CSS Document */

/* page */
body {
	margin:0px;
	text-align:center;	/* for IE */
}

#ddiv { border:1px solid #000000; }

div.d_pageContainer {
	width:950px;
	margin:0px auto;	/* align for good browsers */
	text-align:left;	/* counter the body center */
	position:relative;
	
}

/* header */

/* body */
div.d_contentBox { width:950px; height:570px; margin:0px; padding:0px; position:relative;}
div.d_top { width:950px; height:285px; margin:0px; padding:0px; position:relative; top:0px; left:0px; overflow:hidden; }
div.d_bottom { width:950px; height:285px; margin:0px; padding:0px; position:relative; top:286px; left:0px; overflow:hidden; }
div.d_left { width:475px; height:570px; margin:0px; padding:0px; position:relative; top:0px; left:0px; overflow:hidden; }
div.d_rightTop { width:475px; height:70px; margin:0px; padding:0px; position:relative; top:0px; left:476px; overflow:hidden; }
div.d_rightBottom { width:300px; height:500px; margin:0px; padding:0px; position:relative; top:0px; left:651px; overflow:auto; }
div.d_contentMenuBox { width:400px; height:400px; position:absolute; top:85px; left:275px; overflow:hidden; }

/*Christmas 09 */
div.d_cLeft { width:300px; height:570px; margin:0px; padding:0px; float:left; overflow:hidden; }
div.d_cRight { width:645px; height:470px; margin:0px; padding:100px 0px 0px 0px; float:right; overflow:hidden; }

/* contact */
div.d_wot { width:100px; height:100px; position:absolute; left:0px; bottom:100px; z-index:5; }
div.d_htt { width:100px; height:100px; position:absolute; right:50px; bottom:100px; z-index:5; }
div.d_wu { width:100px; height:100px; position:absolute; left:0px; top:100px; z-index:5; }
div.d_tw { width:100px; height:100px; position:absolute; right:50px; top:100px; z-index:5; }

/* footer */
div.d_footer { width:950px; margin:0px; padding:5px 0px 0px 0px; float:none; clear:both; }