background image
If you use Link back
n your CSS, put the following code:
In the code above change where it says image.gif to the url of your background image you want.
If the background is supposed to repeat, change no-repeat to repeat-y.
If you want the text to scroll and not the background, add background-attachment: fixed.
If you don't want an image at all, but just a color, use this instead: