Originariamente inviato da flashboy
Grazie!
io il css ce l'ho esterno, quindi nel codice del css ho fatto così:

.normal {
BODY
background-repeat : no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

va bene?
giusto come dice atom zurber
più il background-attachment

BODY {
background-repeat : no-repeat;
background-attachment : fixed;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}