body { background-color: #951411;
       background-image: url('bg.jpg');
       background-repeat: repeat-y;
       background-position: top center;
       margin: 0px; }

#container { position: relative;
             margin: auto;
             width: 622px; }

#top { position: absolute;
       left: 0px;
       top: 0px;
       z-index: 1;
       width: 622px;
       height: 307px; }

#menu { position: absolute;
        left: 348px;
        top: 107px;
        z-index: 2; }

#menu ul { list-style-type: none;
           margin: 0px;
           padding: 0px; }

#menu ul li { padding-bottom: 4px; }

#menu ul li a { display: block;
                width: 210px;
                text-decoration: none;
                font-weight: bold;
                color: #ffffff;
                width: 210px;
                text-align: center;
                background-color: #8e0c0b;
                font-style: italic;
                font-family: times new roman,trebuchet ms,verdana,arial,helvetica;
                font-size: 18px;
                letter-spacing: 3px;
                border: 1px solid #ffffff;
                padding: 5px;
                text-transform: lowercase; }

#menu ul li a:hover { text-decoration: none;
                      text-transform: uppercase;
                      background-color: #ceae4a; }

#text { position: absolute;
        left: 33px;
        top: 320px;
        width: 545px;
        padding: 5px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #ffffff;
        z-index: 3;
        line-height: 22px; }

#text ul { margin-top: 4px; }

a { text-decoration: none;
    font-weight: bold;
    color: #ceae4a; }

a:hover { text-decoration: underline; }

option,textarea,input { font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size 12px;
                        color: #ffffff;
                        border: #ffffff solid 1px;
                        background-color: #9c1e18; }

.center { margin: auto;
          text-align: center; }

.header { font-family: trebuchet ms,arial,verdana,helvetica;
          font-size: 22px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px;
          color: #ffffff;
          border-bottom: 1px solid #ffffff;
          line-height: 23px; }

.disclaimer { font-size: 10px;
              text-align: center;
              line-height: 15px; }

.show_join_email_field, .show_update_old_email_field, .show_update_email_field, .show_lostpass_email_field { width: 200px; }
.show_join_url_field, .show_update_url_field { width: 350px; }