Propiedades de los fondos (aplicable a todas las etiquetas del body, incluído éste)
Esta FAQ complementa la nº 1
background-color: un color;
background-image: url(una imagen);
background-repeat: repeat|repeat-x|repeat-y|no-repeat;
background-position: [sitio]top|center|bottom [sitio]left|center|right;
background-attachment: scroll|fixed;
Nota: background-position puede desglosarse en explorer en:
background-position-x
y
background-position-y
sitio puede ser en posición o porcentaje (%)
Agradezco la ayuda de JavierB
saludos