/* INFO.CSS - BODY BACKGROUND */

  body { /* Background color or background image of browser space around website */
  background: url(images/info1.jpg) fixed top center ;
  background-repeat: no-repeat;
  }
