I need to add a new div which will contain all the page content. This is because I need to have two background images on all pages. What is the best way to acheive this?
I need
<body>
<div id="myDiv">
....all the current page html...
</div>
</body>
Will the existing CSS still work and how can I do this in a supported way? I have my own theme/template running so can use the overrides system.
Thanks.



