/* style sheet demonstrating the background-image property */

body {
  background-image: url("basic-web-html-08-images-background-small.gif");
  background-repeat: repeat-y;
  background-color: #ffffff;}
