body{
	text-align:center; /*-- for WinIE --*/
	margin:0; padding:0;
}
#container{
	width:960px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	_zoom:1;
}
#header{
	width:100%;
	margin:0 0 10px;
}
#headerInner{
	width:960px;
	margin:0 auto;
}

#warpper{
	width:960px;
	overflow:hidden;
	_zoom:1;
}
#mainColumn{
	width:650px;
	float:left;
	overflow:hidden;
	word-break:break-all;
}
#mainColumnInner{
}
#sideColumn{
	width:310px;
	float:left;
	overflow:hidden;
	word-break:break-all;
}
#footer{
	width:100%;
	clear:both;
	background:url(images/footer_bg.png) repeat-x 0 0 #ddd;
	border-top:2px solid #e60012;
}
#footer .footerInner{
	width:942px;
	margin:0 auto;
	overflow:hidden;
	_zoom:1;
	background:url(images/footer_vertical_hr.png) repeat-y 0 0;
}