html{
	overflow:hidden;
}

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

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