Code:
body {
background: #FFFFFF;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 8pt;
}
It should be at the top of the main.css
In this line:
Code:
background: #FFFFFF;
you should change the #FFFFFF to what you like. Use a html color chart to get a new color. Here is a list of websafe colors.