#contentWrapper {
float:left;
width:100% !important;
width:95em;
position:relative;
background: url('../images/global/background_contentwrapper.gif') no-repeat left top;
}

#content {
width:auto !important;
text-align:left;
padding:15px 45px;
min-height:400px;
height:auto !important;
background: url('../images/global/background_content.gif') no-repeat right top;
}


* html body #content {
width:100%;
position:relative;
}

* html body #contentWrapper {
float:none;
width:950px;
height:400px;
}
