	#canvas {
		position:absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 30;
	}
	#canvas img {
		position: absolute;
		background: #666;
		overflow: hidden;
		cursor: pointer;
		left: 100%;
		border-color: #000;
		border-style: solid;
		border-width: 1px;
		filter: alpha(opacity=95);
		opacity: 0.95;
	}
	#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;
	}