* {
	padding: 0;
	border: 0;
	margin:0;
}
.hidden {
	display: none;
}
html, body {
	width:100%;
	height:100%;
	text-align: center;
	background:  #000000 ;
}
#flashcontent {
	text-align: left;
	height:100%;
	width:100%;
	overflow:hidden;
	color:#ffffff;
}

