body, html {
    background-color: #510607;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    color: #cccccc;
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: -0.5pt;
    font-weight: bold;
    overflow: hidden
    }
    
.words {
    font-size: 12px;
    padding: 30px;
    }
    
a:link, a:visited {
    color: #ffffff;
    }
    
a:hover {
    color: #333333;
    }
    
#flash {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    }
    
#outer {height: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
    
/* optional: #inner[id] {position: static;} */

#menu {
    position: absolute;
    z-index: 100;
}

#credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 600px;
    height: 15px;
    z-index: 1000;
    }



