Adding Background Color to main body section

Permalink
Hi everyone,

I want to add a background color to just the main body section, while keeping my current background image in place.

For example:http://sweetjazzyreds.com/site/...

They have their background image, but the main content of their site has a white background.

How do I get that white background, or any color, on the main body section of my site,http://www.irieislerestaurant.com/... which is currently using the default yogurt theme.

Thanks so much for anyone's help, much appreciated.

 
Steevb replied on at Permalink Reply
Steevb
Add white in your main.css.

#page{background:#FFF;width:800px;......}


You could also make it a bit wider and a little padding.
Steevb replied on at Permalink Reply
Steevb
Add white in your main.css.

#page{background:#FFF;width:800px;......}


You could also make it a bit wider and add a little padding.