/* CSS */
html{ 
	height: 100%; 
	overflow: hidden;  
} 
body{
	background-color:#000000;
	height: 100%; 
	margin: 0; 
	padding: 0; 
}
#flashcontent{
	height: 100%;
}