body { font-family:Verdana; font-size:12px; margin:0;height:100%;}
#container {margin:0 auto; width:100%;}
#header { height:80px; background:#fff; margin-bottom:1px;}
#menu { height:65px; background:#fff; margin-bottom:1px;}
#mainContent { width:1000px;height:100%; margin-bottom:5px;margin: 0 auto;}
#sidebar { float:left; width:205px; height:100%; background:#fff;}
#sidebar2 { float:left; width:205px; height:100%; background:#fff;}
#sidebar1 { float:left; width:205px; height:100%; background:#fff;}
#sidebar3 { float:left; width:205px; height:100%; background:#fff;}
#sidebar4 { float:left; width:245px; height:100%; background:#fff;}
#content { float:left; width:790px; height:100%; background:#fff;}/*当content设定高度后，3像素会跑到content外侧，这样，我们用!important修正在ie下向左多浮动2像素，加上3像素的bug正好是5像素，所以在火狐和IE下显示是一样的*/
#content1 { float:right; width:745px; height:100%; background:#fff;}/*当content设定高度后，3像素会跑到content外侧，这样，我们用!important修正在ie下向左多浮动2像素，加上3像素的bug正好是5像素，所以在火狐和IE下显示是一样的*/
#footer { width:1000px;clear:both; color:#FFFFFF;height:90px; background-image: url("../img/index_12-0.jpg");text-align:center;line-height:22px;margin: 0 auto;}
