body { margin: 0px 0px;
       background-image: url('bg.jpg');
       background-repeat: repeat-y;
       background-position: top center;
       background-color: #151e1f; }

#container { position: relative;
             width: 780px;
             margin: 0px auto;
             text-align: center; }

#image { position: relative;
         width: 780px;
         margin: 0px auto;
         text-align: center;
         z-index: 1;}

#menu { position: absolute;
        left: 280px;
        top: 303px;
        width: 480px;
        padding: 0px;
        z-index: 2; }
        
#menu ul { margin: 0;
           padding: 0;
           list-style-type: none;
           text-align: center; }

#menu li { display: inline;
           padding-left: 20px;
           color: #e1e9ea;
           font-family: Century Gothic,Times New Roman,Trebuchet Ms,Arial,Helvetica;
           font-size: 29px;}

#menu li a { color: #e1e9ea;
             border: none; 
             text-decoration: none;
             text-transform: uppercase;
             font-family: Century Gothic,Times New Roman,Trebuchet Ms,Arial,Helvetica;
             font-size: 29px; }
             
#menu li a:hover { text-decoration: underline;
                   color: #9ab7bb; }

#content { position: absolute;
           width: 760px;
           top: 350px;
           left: 10px;
           z-index: 3;
           font-family: Trebuchet Ms,Arial,Verdana,Helvetica,Sans-serif;
           font-size: 12px;
           color: #ffffff;
           text-align: justify; }

#content a { text-decoration: none;
             color: #384f52; 
             font-weight: bold; }
    
#content a:hover { text-decoration: underline; }

.header { font-family: Times New Roman,Arial,Verdana,Helvetica,Sans-serif;
          font-size: 24px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 4px; }

#disclaimer { font-family: Trebuchet Ms,Arial,Verdana,Helvetica,Sans-serif;
              font-size: 11px;
              width: 100%;
              margin: auto;
              text-align: center; }

.center { margin: auto;
          text-align: center; }

#stats { margin: auto;
         width: 400px;
         text-align: justify;
         padding: 5px;
         border: #384f52 solid 1px;
         background: #618a8f;
         color: #ffffff; }

#stats a { color: #9ab7bb;
           text-decoration: none;
           font-family: Trebuchet Ms,Arial,Verdana,Helvetica,Sans-serif;
           font-size: 12px; }
             
#stats a:hover { text-decoration: underline;
                 color: #e1e9ea; }

option,textarea,input { font-family: Trebuchet Ms,Arial,Verdana,Helvetica,Sans-serif;
                        font-size: 12px;
                        color: #ffffff;
                        border: #384f52 solid 1px;
                        background-color: #618a8f; }

.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; }