/* hide from ie on mac \*/
html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
	height: 450;
	margin: 0;
	padding: 0;
	background-color: #F1EBBC;
	color: #ffffff;
	background-image: url(/images/bg.jpg);
	}
body,td,th {
	color: #808080;
}
a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: none;
	color: #808080;
}
a:active {
	text-decoration: none;
	color: #808080;
}
