html {
	height: 100%;
	font-size: 100%;
	overflow:auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #505050;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
}
#flashcontent {
	overflow: hidden;
}
#noflash {
	margin: 20px;
}
