I want to use a background image on the main part of the page (to each side of the actual store, ya know, the main body background)
I have it on the other part of my site, but I can't quit get it intergrated into the store pages.
Here is what the css for it looks like:
One the other html pages on my site, I place the following code to make this appear as the background image:Code:body { margin: 20; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #000000; background-color: #646263; background-image: url(../images/background.jpg); } #bgImage { width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; z-index: 0; }
How can I do this within the store setup?Code:<div id="bgImage" align="center"> <img src="background.jpg" style="width: 100%; height: 100%;"> </div>
TIA!



