Using CSS:

VB Code:
  1. body {
  2.     background: url("path to your image");
  3.     background-repeat: no-repeat;
  4.     background-attachment: fixed;
  5. }