html
{
	height: 100%;
	overflow: hidden; /* Hides scrollbar in IE */
	background-color: #000;
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#flashContent
{
	height: 100%;
}

#flashContent p
{
	padding:10px;
}

#flashContent p a
{
	color: #FFFFFF;
}
