#container2 {
background-color: #FAF8B6;
height:100%;
min-height:100%;
height:auto !important;
margin: 0 auto;
position: relative;
max-width: 1124px;
min-width: 910px;
width: expression((documentElement.offsetWidth || document.body.offsetWidth) < 911 ? '910px' : '100%' && (documentElement.offsetWidth || document.body.offsetWidth) > 1125 ? '1124px' : '100%')

h3  { margin-top:10; 
margin-bottom:10}