Ok, that's done the trick. I should have just added a wrapper in the first place, but I figured there must have been a way to do this using the background class..
I added the wrapper as described in your post and then added this to my stylesheet:.wrapper {
background:transparent url(../images/bg_main.jpg) repeat;
}
Seems to work ok
Thx Ben for your help.. very much appreciated!