html {
	height: 100%;
	
}

html.flash {
	overflow:hidden;
}

body{
	height:100%;
	margin:0px;
	padding:0px;
}

html.flash body {
	background: #000;
}	

#flashcontent{
	height:100%;
}