*
{
	margin:0;
	padding:0;
}
HTML, BODY
{
	height:100%;
	width:100%;
	overflow:hidden;
	background-color:#AA0000;
	background-color:#CCAAAA;
	background-color:#FFFFFF;
}
BODY
{
	background-image:url(body-bg.jpg);
	background-repeat:repeat-x;
	background-position:50% 50%;
}
TABLE
{
	height:100%;
	width:100%;
	border-collapse:collapse;
}
TD
{
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:middle;
	background-image:url(screen-bg.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#holder
{
	margin:0 auto;
	text-align:left;
	width:800px;
/*	background-color:#CC0000;*/
/*	height:900px;
	width:1600px;*/
}
#flash
{
/*	background-color:#AA6666;*/
	height:450px;
	width:800px;
	margin-bottom:140px;
}
#noflash
{
	padding:10px;
}
.system, .system A
{
	font-family:Courier New;
	font-size:11px;
	color:#AAFFAA;
}


