@charset "utf-8";

#canvasContainer {
	position: relative;
}
#canvas {
}
#loading {
	position: absolute;
	width: 845px;
	height: 458px;
	text-align: center;
	color: #fff;
	top: 0px;
	font-size:16px;
}
#loading > img {
	margin-top: 172px;
}
#progress {
	position: absolute;
	width: 845px;
	height: 430px;
	text-align: center;
	line-height: 460px;
	color: #fff;
	top: 28px;
	left: 8px;
	font-size:16px;
}
#faild {
	position: absolute;
	top: 200px;
	width: 845px;
	text-align: center;
	color: #555555;
	font-weight: 700;
	text-shadow: 0px 1px #f0f0f0;
}
#data {
	font-size: 10px;
	line-height: 1.2em;
	height: 500px;
	width: 837px;
	border: 1px solid #aaa;
	overflow: auto;
	padding: 4px;
	background-color:#000;
	color: #0F0;
}

