	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}	
	#flashcontent {
		height: 100%;
		margin-top: -28px;
		z-index: 10;
	}
	/* end hide */
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #181818;
		color:#ffffff;
		font-family:sans-serif;
		font-size:40;
	}	
	a {	
		color: #6DAA24;
		text-decoration: none;
	}
	a:hover {
	color: #FFF;
	text-decoration: underline;
}
	#back {
	font-size: 12px;
	height: 13px;
	padding: 15px;
	position: relative;
	z-index: 20;
	}
