[color=cc9900]Maybe it's just traditional old me, but something inside my head says you'd be a
lot better sticking images in that tableset you've got there, rather than using a full-page image. For one, the way you've got it set up it has compatibility problems - Mozilla treats everything as fixed background apart from the text, which is what your CSS is suggesting to me, but which breaks the format of the site when you scroll. IE locks the background to the text, which is what you want but not what your CSS code says to me. If you put your images into your table, not only would the page be simpler, it would be guaranteed to work on any browser because the images would then
be on the same level as the text. If you want an example, maybe
this can help.[/color]