How to place a background colour around default theme

Permalink
Hi

Currently using the default c5 theme and would like to know how to go about changing the background colour of the theme but only for the outside of the theme and not for the body and header and footer etc.

Current view of website is:

http://www.pro-bookkeeping.com.au/website/...

But what it to look like the following:

http://www.sacotech.com.au/EAttachments/2011/newwebsiteprobook.jpg...

Any ideas?

 
moosh replied on at Permalink Reply
moosh
Hi,

Yes you can !

Add in CSS file :
body{
   background-color: #4B0196;
}
#page{
   background-color: #FFFFFF;
}
codyheit replied on at Permalink Reply
Thanks for the quick reply.

Looks good but is their a way to some how allow a border of some kind in between the content and the background so that the writing is easy to read.
codyheit replied on at Permalink Reply
Just worked it out by changing the html css file myself.