Quote Originally Posted by mycompleteness View Post
Thanks for replying. I really didn't think it would be all that complicated, but everything I'm trying seems to be failing miserably!

Doesn't the div "mainWrapper" enclose the whole store (excluding the footer)? I did try putting the background in there, but as usual, it gets stuck to the left side of the page and not centered.

If you have an idea of what I need to write into the CSS (I expect it to be under another id, eg. "mainBGwrapper"), please let me know. Everything I've tried is still stuck to the left side, even when align:center and background-align:center are used.

I'm sure I've just left my brain somewhere, but this is bugging me terribly. I fail at problem-solving today!

Thanks heaps.
Do you realize there's no such thing as background-align:center.

Here's information about the background tag:

http://www.w3schools.com/css/pr_background-position.asp

#mainWrapper does not enclose the whole store, view the source of the site to see where it starts.