html, body {
	width:100%;
	height: 100%;
	background:#000;
	margin:0;
	padding:0;
}

div#flashcontent {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}

div#GetFlash {
	text-align:center;
}

div#GetFlash img {
	margin:100px auto 0 auto;
	border:none;
}

