body {
     background-image: url(../images/greenpoolGarbo.jpg);
     background-repeat: no-repeat;
     background-position: top left;
     background-color: #000;
     overflow-y:hidden; 
     margin:25px;
     font-family:courier, Verdana, Arial, Helvetica;
     font-size: 1.05em;
     color: #fda;
     }
a:link {text-decoration: none;
       color: #fba;
      font-size: 1.1em;
      }
a:visited {text-decoration: none;
           color: #fba;
           font-size: 1.1em;
      }
a:hover {text-decoration: none;
         color: #3b0;
        font-size: 1.1em;
        background: #833;}
a:active {text-decoration: none;
         color: #922;
         font-size: 1.1em;color: #f00
         }
hr {
  color: #900;
  text-align: center;
  width: 75%;
  height: 3px;
}

#centerContainer {
    font-size: 1.0em;
    position: absolute;
    top: 0px;
    left: 20px;
    width: 600px;
    height: 1000px;
    color: #fff
    }
#topBox {
     position: absolute;
     background-color: #000;
     opacity:0.4;
     filter:alpha(opacity=40);
     width: 385px;
     height: 90px;
     top: 20px;
     left: 55px;
}
#topText {
     position: absolute;
     text-align: center;
     width: 450px;
     height: 80px;
     text-align: left;
     font-family: verdana, arial, sans-serif;
     font-size: .9em;
     top: 25px;
     left: 20px;
    }

#classList {
     position: relative;
     width: 480px;
     height: 400px;
     font-family: verdana, arial, sans-serif;
     font-size: .8em;
     text-align: left;
     padding-left: 20px;
     padding-top: 10px;
     top: 86px;
     left: 600px;
    }
#classList ul {
       font-size: .9em;   
 }

#classInfo {
     position: absolute;
     text-align: left;
     top: 100px;
     font-family: Verdana, Arial, Helvetica;
     font-size: .8em;
     padding-top: 10px;
     padding-right: 0px;
     width: 380px;
     height: 400px;
     color: #ffffff;
     display: none;
    }

#preamble {
     color: #fda;
     text-align: center;
     font-size: 1.0em;
     }

.info {
     text-align: center;
     color: #fda;
     font-size: .8em;
     }
.other {
     text-align: center;
     color: #fda;
     font-size: .9em;
     }
#class-list {
     color: #fda;
     text-align: left;
     font-size: 1.2em;
     }


