@charset "UTF-8";

html 
{
}

#flashcontent 
{
}

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

#noflash
{
	text-align:center;
	width: 600px;
	height: 440px;
	margin: 0 auto;
}

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

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