html {
    height: 100%;
    overflow: hidden;
}
#flashcontent {
    height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	color: e3dbc7;
}
a:link {
	color: ff0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: ff0000;
}
a:hover {
	text-decoration: underline;
	color: ff0000;
}
a:active {
	text-decoration: none;
}
