html 
{
	height: 100%;
	overflow: hidden;
}

#flashcontent 
{
	height: 100%;
}

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

#logo 
{
	text-align: center;
	padding-top:100px;
}

a:link, a:visited 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	text-decoration:none;
}

a:hover, a:active 
{
	text-decoration: underline;
}

