	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */
	
	body {
		font: .7em/1em verdana,arial,helvetica,sans-serif;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	a {
		color: #ddd;
		text-decoration:none;	
	}
	
	a:hover {
		color: #fff;
	}
		
	#header{
		height: 45px;
		width: 100%;
		color:#fff;		
		text-align:center;
		background-color: #0062A9;
	}
	
	#header_content{
		width: 75%;
		margin:auto;
		text-align:left;
	} 
	#header_right{
		float: right;
		padding:20px 0 9px 0;
	}
	
	#header_left{
		float: left;
	}
	
	#flashcontent p{
		width: 75%;
		margin:auto;
		text-align:left;
		font-size:.95em;
		padding:4em 0 1em 0;	
		color: #333;	
	}
	
	#flashcontent a {
		color: #009;
		text-decoration:none;	
	}
	
	#flashcontent a:hover {
		color: #333;
	}
	
	#description{
		font-size:.9em;
		padding:4em 0 3em 0;
		
	}