not really sure what you are trying to accomplish as the style is somewhat mediocre. but for starters
.below_body class needs the background to be changed to
Code:
url("http://big10sportsnation.com/forum/images/misc/footer.png") repeat-x scroll left bottom rgb(0, 51, 128)
as before its "no-repeat scroll left bottom"
the .body_wrapper class should probably be
Code:
width: 1100px;
margin: 0 auto;
and this code in the footer
Code:
<div class="body_wrapper2">
<div style="width: 943px;" class="floatcontainer footer" id="footer">
should probably be closer to
Code:
<div class="body_wrapper2">
<div style="width: 1042px;" class="floatcontainer footer" id="footer">
Thats probably the best you are going to get without redesigning the style....
:\