html {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #2C0F07;
	text-align: center;
}

#flashcontent {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 920px;
	height: 550px;
	margin-left: -460px;
	margin-top: -275px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#noflash{
	text-align: left;	
}
