I just read the css read me, and I also read the explanatory example, but I seem to be having a brain freeze. Can one of you "Enlightened" Zenners provide me with a sample code of how to have one background image on the main page and a different image on my remaining pages?
Mine is currently here...

/*wrappers - page or section containers*/
#mainWrapper {
background-color: #F9FBE7;
background-image:url(../images/gt_zc_mainpage_bknd.png);
background-repeat:no-repeat;
background-position:right;
text-align: left;
width: 770px;
vertical-align: middle;
border: 1px solid #44682B;
}

my site is http://www.gingerlandtropicals.com/ZenCart/index.php
Thank you...