Ciao,
crea un css con scritto:

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

Se la vuoi ripetuta in verticale metti:
background-repeat: repeat-y;

Ciao
Akito