/* hide from ie on mac \*/

html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}

/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #414647;
	font: 76% Arial, sans-serif;
	color: #fff;
	text-align:center;
}

#html-content {
	width:500px;
	margin: 20px auto 0px;
	text-align:left;
	font: 4em Georgia, "Times New Roman", Times, serif;
}
#html-fotnote{
	text-align:left;
	width:500px;
	margin: 20px auto 0px;
	font: italic 1.0em Georgia, "Times New Roman", Times, serif;
}

a {
	color: #39f3ff;
}
a:hover {
	color: #a372ff;
}