  body {
    margin: 0;
    padding: 0;
    background-color: #D38E31;
    background-image: url('../ui/background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
  }
  #container {
    margin: 0px auto;
    padding: 0px;
    border: 0px;
    width: 1016px;
    height: 600px;
  }

