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

body {
	height:100%;
	margin:0px;
	padding:0px;
}

#flashcontainer {
	background-color:#FFFFFF;
	height:100%;
	min-width:800px;
	overflow:hidden;
}