/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	margin: auto;
}

#flashcontent {
	height: 100%;
	margin: 0;
}
/* end hide */

body {
	font: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align: center;
	color: #666666;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	margin: auto;
}

a { 
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}