The Background
Background color
The background color of a web page, must be set in the <body> tag. As follows:
<body bgcolor="red">
Background image
To use an image for your background, you also must set his in the <body> tag. As follows:
<body background="image.gif">
Fixed image background
To set a fixed image background you use the same as above, along with bgproperties="fixed".
<body background="image.gif" bgproperties="fixed">