background-repeat:repeat-x

CSS:

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