You can add extra div to wrap around the whole page and give that a background.
For example current Template: Layout ( left the bottom part out due to length for this example)
- Code: Select all
<body>
<div id="gkPage" class="gkMain gkWrap"></div>
<div id="gkBottom2" class="gkWrap clear"></div>
<div id="gkFooter" class="gkWrap"></div>
</body>
You can add extra wrap around so it looks like below.
- Code: Select all
<body>
<div id="ExtraDiv">
<div id="gkPage" class="gkMain gkWrap"></div>
<div id="gkBottom2" class="gkWrap clear"></div>
<div id="gkFooter" class="gkWrap"></div>
</div>
</body>
Let me know and i ll post required changes.
See you around...