/* style sheet demonstrating the background-image property */

body {
  background-image: url("basic-web-html-08-images-background-small.gif");
  background-attachment: fixed; 
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaeaea; }

