htm, html, body {   
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #cccccc;
	background-color: #170D05;
	padding: 0;   
	margin: 0;   
	overflow: hidden;
	height: 100%;   
	width: 100%; 
} 
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#flashcontent {   
	border:0;
	padding: 0;   
	margin: 2px;   
	height: 100%; 
	overflow: hidden;
	position: relative;
	z-index: 0
} 
#metacontent {   
	border:0;
	padding: 0;   
	margin: 0;   
	height: 0; 
	overflow: hidden;
	position: relative;
	z-index: -1
} 

