*
 {
  margin:0;
  padding:0;
 }

html, 
body 
     {
      margin:0; 
      padding:0; 
      width:100%; 
      height:100%; 
      overflow:hidden;
      font-family:verdana, arial, sans-serif; 
     }

#background
           {
            position:absolute; 
            z-index:1; 
            width:100%; 
            height:100%;
           }
           
#links
      {
       padding-top:2em;
       text-align:center;
      }
      
#links ul,
#links li
       {
        list-style-type:none;
        display:inline;
       }
       
#links a:link,
#links a:visited,
#links a:hover,
#links a:active
       {
        text-decoration:none;
       }
       
                              
           
#scroller 
          {
           position:absolute; 
           width:100%; 
           height:100%; 
           top:0; 
           left:0; 
           overflow:auto; 
           z-index:2;
          }
 
 #content
         {
          width:75%;
          margin-left:auto;
          margin-right:auto;
         }
         
#transbox
{
  border:none;
  text-align:center;
  margin-top:0.5em;
  padding-bottom:0.5em;
  background-color: #ffffff;
  filter:alpha(opacity=50);
  opacity:0.5;
  
}         

#transbox table
          {
           width:100%;
          }
          
#footer
       {
        clear:both;
        border:none;
        color:#000;
        width:40%;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
        background-color: #ffffff;
        filter:alpha(opacity=50);
        opacity:0.5;
       }
       
#footer a:link,
#footer a:visited,
#footer a:active

        {
         text-decoration:none;
        }
        
#footer a:hover
        {
         font-weight:bold;
        }
        
#footer img
         {
         vertical-align:middle;
         border:none;
         opacity:1;
         }        
        
#footer p
        {
         font-size:70%;
         font-weight:bold;
         color:#000;
         opacity:1;
        }          
                   
.maintitle
	{
     text-align:center;
     font-family:"script mt bold", cursive, sans-seriff;
     font-size:350%;
    }

.left
     {
      text-align:left;
     }
     
.right
      {
       text-align:right;
      }
      
.bordnone
         {
          border:none;
         }
      
.nobord
       {
        border:none;
        width:160px;
        height:40px;
       }          

