To use a background image:
Instead of using just a color for your background, you can use an image. To use an image as a background type this:
<Body BACKGROUND="yourimage.gif">
Where yourimage.gif is, type the location of the image you want to use as your background. Also if you'd like to make your background still when scrolling and only the content of the page move, that is how this page is, then simply type this instead:
<Body BACKGROUND="yourimage.gif" BGPROPERTIES=fixed>