html {
	height: 			100%;
	font-size: 			100%;
	overflow:			auto;
}
body {
	height: 			100%;
	margin: 			0;
	padding: 			0;
	background-color: 	#fff;
	color: 				#fff;
	font-size: 			62.5%;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

#flashcontent {
	overflow: 			hidden;
}
