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