Container Not Adjusting to the size of each page
The container is not adjusting to each page size.
Here is the css I am assuming it is pulling from:
body{background: url(../images/bg.png) #174f7a repeat-x; font-family: Arial;}
.child-mainContainer {width:988px; margin: 7px auto 0px auto; background: #ffffff;}
Thanks in advance!