/* CSS Document */
html { /*fix for firefox to make flash in the middle of browser*/
	height:100%;
}
body {/*setting html propertys for background etc*/
	background-color:black;
	background:url(../images/images/dots_on_blk.gif);
	margin:0px;
	padding:0px;
	color:white;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#flash {
	margin-top:10px;
	padding:0px;
	height:100%;
	width:100%;
	text-align:center;
}
#altContent {
	width:775px;
	height:820px;
	border:1px solid #FFD90F;
}


