/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	/* \*/
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */
	}
	
#flashcontent {
	height: 100%;
	}
/* end hide */

body {
	text-align:center;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ECE9D8;
	font-size: 1em;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	}
#flash a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000099;
	text-decoration: underline;
}
