body{
            font-family: Georgia, "Times New Roman", serif;
            background: #121 url(tribute.jpg) no-repeat 60px 0px;/*#121;*/
            color: #eee;
            font-size: 90%;
          }

         .hide{
            position: absolute;
            top: -1000em;
          }

          html, body{
            border: 0;
            padding: 0;
            margin: 0;
          }

          #menue{

            position: absolute;
            top: 355px;
            left: 60px;
            width: 216px;
            text-align: center;
            font-weight: bold;

          }

          #menue a{
            background-color: inherit;
            color: #fff;
            font-weight: normal !important;
            text-decoration: none;

          }

          #menue a:hover{
            text-decoration: underline;          
          }

          #main{
            margin-top: 40px;
            margin-left: 336px;
          }

          #main a{
            background-color: inherit;
            color: #eee;
            text-decoration: none;
          }

          #main a span{
            background-color: inherit;
            color: #000;
            font-weight: bold;
          }

          #main a:hover{
            text-decoration: underline;
          }

          #main a.artist{
            font-style: italic;
          }

          #main h1{
            background-color: inherit;
            color: #eee;
            font-family: "Times New Roman", serif;
            font-size: 1.5em;
            font-variant: small-caps;
          }

          table{
            font-size: 100%;          
          }

          table td{
            background-color: #242;
            border: 0;
            color: inherit;
            padding: 1px 8px 1px 8px;
            margin: 0;
          }

          table .title a{
            font-style: italic;
          }

          .links{
            background-color: inherit;
            color: #ccc;
          }
          
          #count{
            font-size: 180%;
            color: #242;
            margin-top: 20px;
            margin-left: 336px;
          }
          
          img{
            border: 0;          
          }