Per il mio osCommerce lo sfondo lo trovo nel file stylesheet.css nelle prime righe...
Nel mio caso adesso c'è un'immagine ma dovrebbe essere lo stesso se invece usa un colore.
/*
$Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
BODY {
background-image: url("images/body/sfondo2.jpg");
background-repeat: repeat;
color: #000000;
width: 90%;
margin-left: 3%;
margin-right: 3%;
}
A {
color: #000000;
text-decoration: none;
ecc.....