These changes can be made under your skin1.css
Change:
Code:
BODY {
MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px;
BACKGROUND-COLOR: #FFFBD3;
}
TO:
Code:
BODY {
MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px;
BACKGROUND-COLOR: #FFFFFF;
}
This will give you a white background you'll can also change the side menu colors from the .css also.
Hope this helps