html {	
	height: 100%;
	
	overflow: hidden;
}

#flashcontent {
	position:  absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

body {
    position : absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #9E0A11;
	
}




