	
	html, body, #flashContent
	{
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
	}
	
	body
	{
		overflow:hidden;
	}
	
	body, a
	{
		color:#A1A3A5;
		background-color:#464648;
		font:bold 11px sans-serif;
	}
	
	#flashContent
	{
		text-align:center;
	}
	
	a:hover
	{
		color:#FFFFFF;
	}
