html {
	height: 100%;
	overflow: hidden;
}	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #040404;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}		
#flashcontent {
	height: 100%;
}
a:link {
	color: #040404;
	text-decoration: none;
}
a:hover {
	color: #040404;
	text-decoration: underline;
}
a:visited {
	color: #040404;
	text-decoration: none;
}
a:visited:hover {
	color: #040404;
	text-decoration: underline;
}
a:active {
	color: #040404;
	text-decoration: none;
}
a:active:hover {
	color: #040404;
	text-decoration: underline;
}