body, html { height: 100%; margin: 0; }
.bg { background-image: url("./images/AtTheDiner95Tagged02.png");
      height: 100%;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: inline-block;  /* Must have for whole page to be hot spot */
    }

 