html {
	height: 100%;
	overflow: auto;
}

:focus {
    outline: 0;
}

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

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

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