body { background-color: #000000;
       background-image: url('bgimage.jpg');
       background-repeat: repeat-x;
       background-position: top left;
       margin: 0px; }

.center { margin: auto;
          text-align: center; }

#menu { position: fixed;
        top: 0px;
        left: 0px;
        height: 29px;
        width: 100%;
        background-color: #000000;
        border-bottom: 6px solid #ffffff;
        font-size: 12px;
        font-family: trebuchet ms,arial,verdana,helvetica;
        text-align: justify;
        z-index: 5; }

#menu ul { list-style-type: none;
           margin: 0px;
           padding: 0px; }

#menu ul li { display: inline; }

#menu .first { text-decoration: none;
               padding-left: 10px;
               padding-right: 10px;
               padding-top: 5px;
               padding-bottom: 5px;
               font-weight: bold;
               color: #dddddd;
               font-family: trebuchet ms,verdana,arial,helvetica; 
               font-size: 16px; }

#menu ul li a { text-decoration: none;
                font-weight: bold;
                color: #ffffff;
                font-style: italic;
                font-family: trebuchet ms,verdana,arial,helvetica;
                font-size: 16px;
                padding-left: 10px;
                padding-right: 10px;
                padding-top: 5px;
                padding-bottom: 5px;
                text-transform: lowercase; }

#menu li a:hover { background-color: #dddddd;
                   text-decoration: none; }

#image { position: absolute;
         top: 35px;
         left: 0px;
         width: 800px;
         height: 365px;
         z-index: 1; }

#main { position: absolute;
        top: 405px;
        left: 5px;
        width: 779px;
        color: #ffffff;
        font-size: 12px;
        font-family: trebuchet ms,arial,verdana,helvetica;
        text-align: justify;
        z-index: 1; }

#main .header { color: #ffffff;
                font-weight: bold;
                font-size: 21px;
                font-family: times new roman, arial, verdana, helvetica;
                letter-spacing: 3px;
                font-style: italic;
                line-height: 3px; }

#main a { color: #000000;
          background-color: #dddddd;
          font-weight: bold;
          text-decoration: none;
          padding-left: 2px;
          padding-right: 2px; }

#main a:hover { text-decoration: underline; }

.disclaimer { margin: auto;
              text-align: center;
              font-size: 11px; }
              
option,textarea,input { font-family: trebuchet ms,arial,verdana,helvetica;
                        font-size: 12px;
                        color: #ffffff;
                        border: 1px solid #dddddd;
                        background-color: #808080; }
                        
.show_join_email_field, .show_update_old_email_field, .show_update_email_field, .show_lostpass_email_field { width: 230px; }
.show_join_url_field, .show_update_url_field { width: 350px; }
