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