html, body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#flashContent {
text-align:center;
	top:0px;
height: 100%;
	width:100%;
	min-width: 955px;
	visibility: visible;
	overflow:auto;
}