@charset "UTF-8";

html, body {
	height: 100%;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0px;
	padding: 0px;	
}
#flashcontent {
	height: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#flashnoscript {
	height:648px;
	width: 880px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -440px;
  margin-top: -324px;
}

