Is it possible to modify the background image so that it does not move when you move the forum scrollbars up and down I don't like the line you can see on long pages where the background pic repeats itself.
<script language="JavaScript1.2">
if (document.all||document.getElementById)
document.body.style.background="url('notebook.jpg') white center no-repeat fixed"
</script>
It should go in inc_header.asp on a fresh install of 3.4.05 it is at about line 260, you will see the style sheet there. You just need to intergrate it in to that. I hope it helps.