html, body {
	height: 100%;
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: helvetica,arial,sans-serif;
	color: #F0F0F0;
	background: #090A10;
}

#swf {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}