body {
	background-color: #000000;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
.upgrade {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.upgradeLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
DIV.flashcontainer
{
	POSITION: absolute;
	TOP: 50%;
	LEFT: 50%;
	HEIGHT:600px;
	WIDTH:1100px;
	margin-top: -300px; /* half of the height */
    margin-left: -550px; /* half of the width */
}
DIV.flashcontent
{
	POSITION:relative;
	LEFT: -60px;

}
DIV.footer
{
	POSITION:relative;

}
