html { overflow: hidden; } body { margin: 0px; padding: 0px; background: #111; position: absolute; width: 100%; height: 100%; background:#f0f9ff url(/static/img/fade-blue.png) top left repeat-x fixed; cursor: crosshair; } #canvas { position:absolute; left: 0%; top: 0%; width: 100%; height: 100%; overflow: hidden; } #canvas img { position: absolute; background: #666; overflow: hidden; cursor: pointer; left: 100%; border-color: #000; border-style: solid; border-width: 1px; -ms-interpolation-mode:nearest-neighbor; } #canvas span { position: absolute; color: #9C9; font-family: 'courier new', typewriter, matrix, monospace; font-size: 0px; white-space: nowrap; left: -1000px; background: #010; filter: alpha(opacity=90); opacity: 0.9; } #infotxt{ font-family: 'courier new', typewriter, matrix, monospace; line-height:16px; background-image:url(/static/img/bg.dither.gif); width:230px; padding:10px; padding-bottom:14px; font-size:12px; border-bottom-right-radius:100px; -webkit-border-bottom-right-radius:100px; -moz-border-radius-bottomright:100px; } .returnlink{ text-decoration:none; font-family: Arial, Helvetica, sans-serif; color:#f0e; } .returnlink a:hover{ text-decoration:none; font-family: Arial, Helvetica, sans-serif; color:blue; } .loading-bar { position: absolute; left: 50%; top: 50%; } .loading-bar-label { position: absolute; font-family: arial; font-size: 10px; color: #ccc; background: #000; left: -50px; top: -18px; padding: 1px; } .loading-bar-track { position: absolute; left: -50px; top: -5px; font-size: 1px; width: 100px; height: 10px; background: #333; } .loading-bar-fill { position: absolute; font-size: 1px; width: 0px; height: 10px; background: #eee; }