How to add more than one background image to Web page with CSS
You cannot add more than one background image to your Web page. It is possible to give the effect of multiple background images by applying a background to elements that are nested, such as the <html> tag and the <body> tag. This effect is achieved with the next CSS test file:
File test.css
html {
background-image: url(BMWLogo.gif);