@charset "UTF-8";

html 
{
	height: 100%;
	overflow: hidden
}

#flashcontent 
{
	width: 100%;
	height: 100%;
}

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #DD0000;
}

#userInput 
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#noflash
{
	text-align:center;
}

#noflash img
{
	margin-top:200px;
	border: 0px;
}

/* Solves bug FF3.6: removes border outline onFocus */
:focus {
   	outline: 0;
}
