	/* hide from ie on mac \*/
	
	html {
		height: 100%;
		/*overflow: hidden;*/
	}
	
	#flashcontent {
		height: 92%;
	}
	/* end hide */

	h1 { 
		font-size: 275%; 
		font-weight: normal; 
 		margin-top: 0px;
		padding-top: 0px;
		}

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		font: Georgia, "Times New Roman", Times, serif;
 		font-weight:normal;
		background-color: #181818;
		color:#ffffff;
	}

	#header {
		width: 100%;
		height: 60px;
		font-weight:normal;
		font-size: 58px;
	}
	
	#nav {
	color: #E5E5E5;
	font-size: 16px;
	height: 30px;
	}

	p {
		width: 54%;
		font-family: arial, helvetica;
		font-size: 70%;
		margin-left: 13%;

	}
	a, a:link { color: #A4D1FF; }
