When I check on the page in IE8 or in FireFox I see the same thing. When I look at the css I think it is the way you have the background image properly specified. Rather than use the background-image you should try using just the background property like this:
content.css
#fullWidthHeader
background: url(http://www.seasoundstudio.com/Logos/SSSWebsite-Logo-%281-2-09%29.jpg);
When I adjust the css to be like this it seems to work for me.


