html {
	height: 100%;
	overflow: auto;
	text-align:center;
}

:focus {
    outline: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align:center;
}

#minsize {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#flashcontent {
	position: absolute;
	text-align:center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 900px;
	min-height: 448px;
}



div #altcontent {
	position:relative;
	color: #666666;
	font-size:10px;
	text-align:left;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 75%;
}


