Here is how I did it on
http://www.dreamnet.com/samantha/samhome.htm I just used a style sheet and the image not to repeart and fixed the the position of the image using percentages so it would move with the browser. The I made the background the same color I used in the image. The Style sheet code is below.
body { background-color: #DAD1BF; color: #FFFFFF; background-image: url(images/bkgrd_sam.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: 80% 90%}
Rob