#catalogue {position: absolute;
      z-index:1;
      margin: 0px;
      padding: 0px;
      top: 60px;
      left: 180px;
      width: 750px;
      height: 450px;
      border-top: 0px solid gray;
      border-left: 0px solid yellow;
      border-right: 0px solid yellow;
      border-bottom: 0px solid yellow;
      background-color: black;
      }
