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