body
{
	background-color: #ffffff;
}

body, html{height:100%;}

a:link {background: #666666; color: #ffffff; text-decoration: none;}
a:visited {background: #666666; color: #ffffff; text-decoration: none;}
a:hover {background: #f5f5f5; color: #666666; text-decoration: none;}
a:active {background: #666666; color: #ffffff; text-decoration: none;}

#FlashContent
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -290px;
	width: 800px;
	height: 600px;
	text-align: center;
	font-family: Arial,sans-serif;
	font-size: 16pt;
	color: #666666;
}

#BottomRow
{
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -500px;
	width: 100px;
	height: 150px;
	text-align: right;
	font-family: Arial,sans-serif;
	font-size: 10pt;
	color: #666666;
}