background-repeat:repeat

CSS:

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