html {
    width: 100%;
    height: 100%;
}

body {
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-size:100.01%;*/
    background-color:#000000;
    width: 100%;
    height: 100%;
}

blockquote{
    margin:0;
    padding:0;
    font-size:100%;
    position:absolute;
    top:0;
    left:0;
    width:100%;    
    text-align:left;
    text-indent:-9999px;  
}

h1{
    margin:0;
    padding:0;
    font-size:100%;
    position:absolute;
    top:0;
    left:0;
    width:100%;    
    text-align:left;
    text-indent:-9999px;   
}

#flash {
    width: 100%;
    height: 100%;
}

#flash_alt_content {
    width: 100%;
    height: 500px;
    background: url(images/welcome.gif);
    background-repeat: no-repeat;
    background-position: center;
}

#flash_alt_content ul {
    font-family: Book Antiqua, Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    list-style-type:none;
    text-align: right;
    margin-right: 30%;
    padding-top: 177px;
}

a {
    text-decoration: none;
    color: #000000;
}

a:link      {color: #000000; text-decoration:none;}
a:visited   {color: #000000; text-decoration:none;}
a:hover     {color: #a88e51; text-decoration:underline;}
a:active    {color: #C0C0C0; }
