ecco un esempio:
codice:
<style type="text/css">
body {
  background-image: url(immagine.gif);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%
}
</style>