Re: Changing color of wrapper.
The problem with that layout is that the header and footer and only 960px wide, so making the background color different will just go wide enough to fill the header and footer div, but will not go outside it to the #wrapper. If you want something all the way across the browser window, you will need to create a couple new divs, full width, and put the header and footer inside one of those each. Then, give that new div a background color.