  body
  {
    background-image: url(./background.jpg);
    background-repeat: no-repeat;
    background-color: #000000;
    width: 1012px;
    height: 1113px;
  }

  img
  {
    padding: 5px;
  }

  a
  {
    text-decoration: none;
  }

  #content
  {
    position: absolute;
    top: 530px;
    left: 230px;
    width: 370px;
    height: 490px;
    padding: 10px;
    color: rgb(255,255,255);
    background-color: rgb(0,0,0);
    overflow: auto;
  }

  #menu
  {
    position: absolute;
    top: 550px;
    left: 675px;
    width: 95px;
    height: 450px;
  }

  .button
  {
    border-style: outset;
    border-color: rgb(133, 133, 133);
    border-width: 5px;
    text-align: center;
    line-height: 150%;
    background-color: rgb(102, 255, 255);
  }
  .button:hover
  {
    background-color: rgb(255, 102, 255);
    border-style: inset;
  }
