body {
  font-family: "Courier New",
             Courier,
             monospace;
  font-weight: bold;
}

#canvas {
	position:absolute;
	left: 0%;
	top: 0px;
	width: 100%;
	bottom:0px;
	height:100%;
	overflow: hidden;
}
#canvas img {
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	left: 100%;
	-ms-interpolation-mode:nearest-neighbor;
}
#canvas span {
	position: absolute;
	color: #9C9;
	font-size: 0px;
	white-space: nowrap;
	left: -1000px;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 35px;
  background: url(../images/back1.gif) no-repeat;
  z-index: 10000000;
  color: black;
  font-size: 18px;
}

#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 35px;
  background: url(../images/back2.gif) no-repeat;
  z-index: 10000000;
  color:black;
}
#footer span {
  position: absolute;
  bottom: 0px;
  font-size: 14px;
}
