* {margin: 0; padding: 0;}
html      {width: 100%; height: 100%;}
body      {background: transparent; background-color: transparent; margin: 0 auto; font-family: Verdana, sans; color: #F4F4F4; font-size: 12px; width: 100%; height: 100%;}
body {
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    font-family: Helvetica;
    -webkit-perspective: 800;
    -webkit-transform-style: preserve-3d;
}
body.fullscreen > * {
    min-height: 460px !important;
}
body.fullscreen.black-translucent > * {
    min-height: 480px !important;
}
body.landscape > * {
    min-height: 320px;
}
* {margin: 0; padding: 0; -webkit-text-size-adjust:none;}
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}
td        {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt; color: #FFFFFF}
input     {background-color: #282828; font-family: Arial; font-size: 13px; color: #FFFFFF; font-weight: bold; border: thin solid #646464; }
textarea  {background-color: #282828; font-family: Verdana; font-size: 11px; color: #FFFFFF;  border : thin solid #646464; }
select    {background-color: #282828; font-family: Verdana; font-size: 11px; color: #FFFFFF;}
.fg-button {cursor:pointer; text-align: center;}
#site     {background: url('../img/blackgreystripe.png') repeat #000; width: 100%; min-height: 100%; border-style: solid; border-color: #FFF;}
#bg, #pearson, #sco{width: 100%; height: 450px;}  
#bg       {background: url('../img/whitegreystripe.png') repeat #FFF; position: absolute; left: 0px; top: 0px; text-align: center; border-style: solid;}
#pearson  {background: url('../img/pearson.jpg') no-repeat center center transparent; position: absolute; left: 0px; top: 0px; text-align: center;}
#pearson img{margin-top: 275px; height: 14px;}
#sco      {background: transparent; background-color: transparent; position: relative; margin: 0px auto; display: none;}
#content  {width: 100%;	height: 100%; position: absolute; left: 0px; top: 0px; overflow: hidden; color: #000; display: none;}
#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}