/* CSS Document */
	
	/* hide from ie on mac \*/
	html {
		height: 100%;
	}
	
	#flashcontent {
	height: 90%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		color:#ffffff;
		font-family:sans-serif;
		font-size:40;
		background:url(bg.jpg) fixed top center no-repeat #86665b;
	}
	
	a {	
		color:#cccccc;
	}
	
	h1 {
	font-family: Lucida Sans Unicode, Lucida Grande, Verdana, sans-serif;
	font-size: 13.5pt;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;

}

