Hi there I got hold of a copy of Kuroi's Future Zen template and have been messing around with it here

This template is really helping me to learn Zen Cart but I saw from reading the threads regarding it that there should be background images for the sideboxes, centercolumn etc. Sure enough when I investigated this what I'd failed to do was copy the images from the Future Zen template into the images folder in my customised template.

However having searched both the code and directories the file called centercolumn_capsule.gif doesn't appear to be present or even referenced anywhere. Is anybody able to help me understand why this is the case and/or suggest what I can do about it? Presumably the Future Zen template has been changed at some point. I'm just guessing here but if I put the following in my stylesheet.css and upload centercolumn_capsule.gif to my images folder is it likely to solve the issue?

.centerBoxContents {
margin: 0;
background-image:url(../images/centercolumn_capsule.gif);
background-repeat:no-repeat;
background-position:center;
}

Thanks for any help on this, cheers.