Quote Originally Posted by GHSMan View Post
Clyde:
I am trying to change the page background (flesh colored image) so it will match the header background, and I can't seem to find the right section in the css file to do it. http://www.koberlintrading.com

Thanks for your help
Gordon
open includes/templates/rustic/css/stylesheet.css

change the highlighted portion to suit your needs.

body {
margin: 0;
padding: 0;
font: normal 62.5%/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000;
background: url(../images/bg.gif) repeat-x 0 0 #E7D4B6;
}