@charset "utf-8";
/*  */

html {
	overflow: hidden;
}
body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background: #222;
	width: 100%;
	height: 100%;
}
#screen {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
}
#screen img {
	position:absolute;
	width:0px;
	height:0px;
	border:none;
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: optimizeSpeed;
}
#screen .wall {
	position:absolute;
	background:transparent;
	border-style:solid;
	border-width:0px;
	width:0px;
	height:0px;
	font-size:0px;
	z-index:1;
}
#screen .trans {
	position:absolute;
	left:-10000px;
	background:#FFF;
	filter:alpha(opacity=20);
	opacity:0.2;
	font-size:1px;
	border:#000 solid 1px;
}
#screen .txt {
	position:absolute;
}
#screen .plo {
	position: absolute;
	color:#ccc;
	font-family: arial;
	white-space: nowrap;
	font-size: 10px;
	letter-spacing:2px;
}
