In stylesheet_footer_menu.css, you have a rule using a background image:
This image is black but sticks to the bottom of the container and does not fill it. It (along with three other edging backgrounds) is partially concealing a white background on another element,Code:#navSuppWrapper { background: url("../images/footer_rb.gif") no-repeat scroll right bottom transparent; font-weight: normal; margin: 0; padding: 0 0 1px; }Delete the #EEEDE5 to let the page background show through, or change it to #000000 to make it solid black.Code:.body-bg .bottom-wrapper { background: url("../images/footer_bg_left.gif") repeat-y scroll 0 0 #EEEDE5; }


Reply With Quote

