if you check out http://www.psdproxies.com the background on the main page where all the posts continue down the page will not load. can anyone tell me why not? if you click on a post it loads and you can see that the background is just supposed to be white. thanks alot to any who provides any sort of help.
Your content past that point are two floats. Your outer wrapper is not set to contain floats. You should be able to get by with just adding overflow:hidden and zoom:1 to fix that. Overflow:hidden will wrap floats inside child elements in modern browsers, zoom:1 will trip haslayout which wraps floats in legacy versions of IE. Though you should probably also clean up your 13 validation errors, and get all that inlined CSS and scripting out of your markup. The scripting BEFORE the html tag is complete and miserable /FAIL/ since it's throwing IE into quirks mode, though being turdpress you might not exactly have control over all that without nuetering any sort of upgrade path.