    body {
      margin: 0px;
      background-color: #000000;
      text-align: center;
      color: white;
      font-size: 10px;
      font-family: verdana
    }

    #partymenu {
      color: #000;
      text-align: left;
      padding: 3px;
      border-right: 2px solid #202020;
      border-bottom: 2px solid #202020;
      background: #606060;
      width: 165px;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 2;
      filter: alpha(opacity=65);
      opacity: 0.65;
      -moz-opacity: 0.65;
      background-color: #ddd4b0;
      border: solid 1px #999;
    }

    #partymenu A { margin-left: 3px; font-size: 10px; }

    A {
      font-size: 12px;
      color: #000;
      text-decoration: none;
    }

    #partyinfo {
      position: absolute;
      width: 200px;
      text-align: center;
      bottom: 0px;
      left: 50%;
      margin-left: -100px;
      color: #000;
      background-color: #ddd4b0;
      border-left: solid 1px #999;
      border-right: solid 1px #999;
      border-top: solid 1px #999;
      z-index: 2;
      filter: alpha(opacity=65);
      opacity: 0.65;
      -moz-opacity: 0.65;
    }

    #partyinfo A {
      font-size: 10px;
    }

    #partybooster {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      z-index: 1;
    }

    img {
      border: 0px;
    }
