
html {
	overflow: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: crosshair;
}
#canvas {
	position:absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background: #ffffff;
	overflow: hidden;
}
#canvas img {
	position: absolute;
	background: #ffffff;
	overflow: hidden;
	cursor: pointer;
	left: 100%;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	-ms-interpolation-mode:nearest-neighbor;
}
#canvas span {
	position: absolute;
	color: #00;
	font-family: 'courier new', typewriter, matrix, monospace;
	font-size: 0px;
	white-space: nowrap;
	left: -500px;
	background: #ffffff;
	filter: alpha(opacity=100);
	opacity: 1;
}
