html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}


body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	text-decoration: none;
	line-height: 1.4;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
