html, body {
 margin: 0;
 padding: 0;
 min-height: 100%;
}
#headerInner {
 margin: 0 auto;
 position: relative;
 height: 99px;
 min-height: 99px;
 width:990px;
 min-width: 990px;
 background-image: url('../images/back_head_innerR.jpg');
 background-repeat: no-repeat;
 background-position: center top;
}
#menu {
 background-image: url('../images/back_menu_inner6.jpg');
 min-width: 990px;
}
#contentLeft {
 width: 300px;
 background-color: #fff;
 float: left;
}
#contentRight {
 width: 575px;
 background-color: #fff;
 float: right;
}
#content {
 height: 800px;
 min-height: 800px;
}