body { background-color: #348e79;
       margin: 0px; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 19px;
          font-weight: bold;
          letter-spacing: 3px;
          color: #8ac7c1; }
          
.disclaimer { font-size: 10px;
              text-align: center; }

.center { margin: auto;
          text-align: center; }

a { color: #e8edea; 
    text-decoration: underline;
    font-weight: bold; }

a:hover { text-decoration: none; }

#valign { position: absolute;
          overflow: hidden;
          left: 0px;
          top: 50%;
          margin-top: -171px;
          width: 100%;
          text-align: center; }
       
#woot { position: relative;
        overflow: hidden;        
        margin: auto;
        width: 609px;
        height: 342px; }

#maintext { font-family: trebuchet ms,verdana,arial,helvetica;
            font-size: 12px;
            color: #f8fadf;
            text-align: justify;
            position: absolute;
            overflow: auto;
            left: 12px;
            top: 25px;
            width: 275px;
            height: 264px;
            z-index: 1;
            padding: 2px; }

#layout { position: absolute;
          overflow: hidden;
          left: 0px;
          top: 0px;
          z-index: 0;
          width: 609px;
          height: 342px; }
