#maintbl
{
	height: 100%;
	width: 100%;
	background-color: #000;
}
.pixl
{
	color: #0f0;
	font-size: 10px;
	min-width: 100px;
	width: 100px;
	min-height: 10px;
	line-height: 0px;
	display: inline;
	padding-left: 12px;
	padding-top: 0px;
	margin-top: 0px;
	}
#wrap1, #wrap2
{
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #0f0;
	line-height: 10px;
	font-size: 10px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}
	#wrap2{z-index: 2;}
body
{
	margin: 0px;
	line-height: 10px;
	/*background-color: #ed3;*/
	background-color: #333;
	color: #eee;
}
