* {
	margin: 0px;
	padding: 0px;
}
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #7FA1C4;
	color: #fff;
	font: 11px Tahoma, Verdana, Aria, sans-serif;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
