html,body
{
	background:#000;
	color:#fff;
	margin:0px;
	padding:0px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	width:100%;
	height:100%;
	min-height:700px;	
	margin-bottom:-15px;
}


#flashContent
{
	background:#000;
	color:#fff;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	min-width:800px;
	min-height:700px;
	text-align:center;
}

#noFlash
{
  margin-left: auto ;
  margin-right: auto ;
  width:100%;
  margin-top:50%;
  position:absolute;
  text-align: center;
	
}