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;
}