html
{
	height: 100%;
}

body
{
	background-color: #000000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#flash
{
	height: 100%;
}

div#noflash
{
	width: 320px;
	height: 512px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -256px;
	padding: 0px;
	text-align: center;
	line-height: 3em;
	background-color: #FFFFFF;
}
