body {
	background: #000000; 
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
#wrapper{
	/*padding: 10px; */
}
#flashcontent {
	background: black; 
	text-align: center;
	position:absolute;
	width: 100%;
	height: 100%;
}
#noflashwarning {
	width: 700px; 
	color: #ffffff;
	margin: 100px auto 0 auto;  
	font-weight: bold;
}
#noflashwarning a,
#noflashwarning a:link,
#noflashwarning a:visited,
#noflashwarning a:active
{
	color:#0099ff; 
	text-decoration:underline;
}
#noflashwarning a:hover
{
	color:#ff3535;
	text-decoration:underline;
}