html {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	background-color: #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}


#flashcontent {
	height: 100%;
	text-align:center;
}
