codice:
<style type="text/css">
body {
  background-image: url(immagine.gif);
  background-attachment: fixed; /* solo se non vuoi far scrollare l'immagine */
  background-repeat: no-repeat;
  background-position: center;
}
</style>