I am assuming that you are talking about the fullscreen background color find this right at the top of your future zen stylesheet.css file:
Code:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #e5edf5;
}
It is the #e5edf5 code that is the powderblue .
You can replace this with your image that you want to use. something like this:
Code:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-image:url(../images/your_image.jpg);
}
The ../images refers to the main image directory in Zen Cart