html, body{width: 100%; height: 100%;}
body      {-webkit-text-size-adjust: none; background: transparent; background-color: transparent; margin: 0 auto; font-family: Verdana, sans; color: #F4F4F4; font-size: 12px; text-shadow: black 0.2em 0.2em 0.2em;}
a:link    {text-decoration: none; color: #FFFFFF}
a:visited {text-decoration: none; color: #C0C0C0}
a:active  {text-decoration: none; color: #FF0000}
a:hover   {text-decoration: none; color: #00FF00}
*         {padding: 0; margin: 0px;}
.cf {
    position: absolute;
    z-index: 10;
    height: 480px;
    margin-top: 0px;
    top: 0px;
}
#site     {/*background: url('../img/blackgreystripe.png') repeat #000;*/ background-color: #282F39; width: 100%; min-height: 100%;}
#bg       {background: url('../img/whitegreystripe.png') repeat #FFF; position: absolute; left: 0px; top: 0px; text-align: center;}
#stage     {width: 640px; height: 480px; background: url('../img/kit.jpg') no-repeat transparent; position: relative; margin: 0px auto; /*display: none;*/}
#info      {background: transparent; background-color: transparent; width: 640px; height: auto; position: relative; margin: 0px auto; padding: 5px; z-index:10;}
#content  {width: 100%;	height: 100%; position: absolute; left: 0px; top: 0px; overflow: hidden; color: #000;}
#debug    {display: none; background: url('../img/icons/bug.png') no-repeat transparent; position: absolute; float: right; width: 32px; height: 32px; margin-top: -5px; cursor: pointer; z-index: 11}