I am not sure if you have this question solved……
In the template_css.css
/* COMMON STYLE
——————————————————— */
html, body, form, fieldset {
margin: 0;
padding: 0;
}
body {
color: #000000;
background: #FFFFFF;
font-family: Tahoma, Arial, Helvetica, sans-serif;
line-height: 150%;
}
body#bd {
color: #403C3A;
background: #E1D8C3;
}
body.contentpane {
width: auto; /* Printable Page */
margin: 1em 2em;
background: #FFFFFF; You should change this color to get the center background color to change from white.
color: #000000;
font-size: 12pt;
font-family: serif;
line-height: 140%;
}
Hope this helps