There is a parameter for that , something like content background , but it would change also background color of other parts of site. To make what you want add this to bottom of template_css.css:
.content_pad
{
background-image:none;
background-color:#xxxxxx;
}