html {
	height: 100%;
	overflow: auto;
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

BODY {
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 0.7em "verdana";
	background: #ffffff;
	color: #ffffff;
	text-align: center;
}

A {
	color: #3B73B9;
}

#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}


