This is only happening in firefox and Safari. The white background disappears about 1/5 way down and turns to just the grey background. This is my blog I'm having problems with: Retro Cartoons
I added that ad, removed the about, the blogroll and the categories section. That must be what screwed it up. My HTML skills suck hard so I don't know what to delete in order to only delete those things and not screw up the rest.
Try to remove the apostrophes in style.css where it calls the background image From: background-image:url('images/background.jpg'); To: background-image:url(images/background.jpg);