@charset "UTF-8";

html 
{
	width:100%;
	height: 100%;
}

#flashcontentContainer
{
	width: 1000px;
	height: 700px;
	
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-500px;
}

body 
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#noflash
{
	text-align:center;
}

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