﻿/* hide from ie on mac \*/
	html {
		height: 99%;
		overflow-x: hidden;
        overflow-y:auto;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		min-height:768px;
        height: 100% !important;
        height:768px;
		margin: 0;
		padding: 0;
		background-color: #001016;
        
	}
div#flashcontent{
	color:#fff;
	text-align:center;
	font-family:Verdana,Arial;
	font-size:.8em;
}
div#flashcontent a{
	text-decoration:none;
}