/* hide from ie on mac \*/
html { 
	height: 100%; 
	overflow: auto; 
}

#flash  { 
	position: absolute; 
	
	top: 0; 
	left: 0; 
	
	height: 100%; 
	width: 100%; 

	min-width: 980px;
	min-height: 660px;

	/* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 980 ? "980px" : "100%" );
	height:expression(document.body.clientHeight < 660 ? "660px" : "100%" );
}
/* end hide */

html {
	color: #333; 
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;	
}

body { 
	background: #f1f4e6;
	font-size: 1.4em;
	
	height: 100%; 
	margin: 0; 
	padding: 0; 
}

#flash_alternative{ 	
	padding: 0 20px;
	text-shadow: 0 1px 0 #fff;
	visibility: hidden;
}

	h1, h2, h3, h4, h5{
		color: #d06407;
	}

	img{
		float: right;
	}