background-repeat:repeat-y

CSS:

  body {
    background-image: url(images/background.gif);
    background-repeat: repeat-y;	
  }