body {
    background: url(img/interior-bg.png) repeat-x center center fixed;     
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-weight: 400;
    font-style: normal;
    color: rgb(203, 161, 211);
  }

  .bakery-counter {
    background: url(img/counter.png) repeat-x center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 800px;
    height: 700px;
  }

  .bakery-display {
    background: url(img/display-clear.png) repeat-x center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -480px;
    width: 800px;
    height: 500px;
  }

  .bakery-menu {
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 250px;
    margin-bottom: -460px;
  }