It looks like you put the image on the navMainWrapper - which also has the navSupWrapper with it.....you need to separate it out....by having the image in the CSS with the navMainWrapper and navSuppWrapper you are telling it to applu that image to BOTH areaas....
remove the image line from the CSS and use this at the bottom of the CSS file
#navSuppWrapper{background-image: url(../images/footer.jpg);}
I think that should work!



