html {
	height:100%;
	overflow:hidden;
}

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	height:100%;
	text-align:center;
}

#flashcontent {
	height:100%;
}

h1 { 
	font-size: 240%;
	font-weight: heavy;
	color: #666666;
	margin-top:-3px;
	margin-bottom:-10px;
	
}

h2 { 
	font-size: 100%;
	font-weight: heavy;
	color: #999999;
}

#noFlash {
	font-size: 90%;
	font-weight: heavy;
	color: #999999;
}