background-repeat:no-repeat

CSS:

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