In the following file
includes/templates/classic/css/stylesheet.css
change the background-color to the colour you want.
Code:
/**
* Main CSS Stylesheet
*
* @package templateSystem
* @copyright Copyright 2003-2007 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
*/
body {
margin: 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 63.75%;
color: #333333;
background-color: #eee;
}