
body {
	font-size:12px;
	margin:0px auto;
	padding:0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#c7e8ff;
	font-family:宋体;
}
	div{ text-align:center}

#container {margin:0 auto; width:100%;}
#header { width:100%; height:85px;line-height:85px; margin:0px; padding:0px;}
#menu {  line-height:35px; width:940px;}

#mainContent {margin-bottom:5px; width:940px; }
#sidebar { float:right; width:277px;background:#cf9;}
#content { margin-right:288px !important; margin-right:285px; height:auto !important; height:100px; background:#ffa; width:690px; border:#CCCC66 1px solid}/*当content设定高度后，3像素会跑到content外侧，这样，我们用!important修正在ie下向左多浮动2像素，加上3像素的bug正好是5像素，所以在火狐和IE下显示是一样的*/
/*#footer { height:60px; background:#9c6;}*/
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px;}