body, html {
	overflow: hidden;
	left: 0; top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: black;
}

#canvas {
	background: #c0c0c0;
	position: absolute;
	-webkit-backface-visibility: hidden;
	left: -240px; top: -160px;
}

#inputView{
	position: absolute;
	left: -10%; top: -10%;
	width: 120%; height: 120%;
	transform: translateZ(1000px);
	-webkit-transform: translateZ(1000px);
	-o-transform: translateZ(1000px);
	-moz-transform: translateZ(1000px);
}

#copyView {
	position: absolute;
	right: 10px; top: 10px;
	color: white;
	font-size: 14px;
	font-family: sans-serif;
	font-style: italic;;
	text-shadow: 0px 0px 2px black, 0px 0px 10px black;
	transform: translateZ(1000px);
	-webkit-transform: translateZ(1000px);
	-o-transform: translateZ(1000px);
	-moz-transform: translateZ(1000px);
}

#msgView {
	position: absolute;
	left: 10px; top: 10px;
	color: white;
	font-size: 14px;
	font-family: sans-serif;
	font-style: italic;;
	text-shadow: 0px 0px 2px black, 0px 0px 10px black;
	transform: translateZ(1000px);
	-webkit-transform: translateZ(1000px);
	-o-transform: translateZ(1000px);
	-moz-transform: translateZ(1000px);
}
