

body {
background: url(immagine.gif);
background-repeat: no-repeat;
background-position: Center;
}
oppure
body {
background: url(../graph/sfondo.png) no-repeat center top;
}
body {
background: url(immagine.gif);
background-repeat: no-repeat;
background-position: Center;
}
oppure
body {
background: url(../graph/sfondo.png) no-repeat center top;
}