/* CSS file */
html {
	overflow:hidden;
	height: 100%;
}

body {
	margin: 0; 
	padding: 0;
	height: 100%;
}

#flashcontent {
	text-align: center;
	height: 100%;
}
