	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#content {
		height: 100%;
		background-color:#ffecc8;
	}
		
	#header {	
			width:100%;
			height:50px;
			background-color:#f4dbaa;
	}
	
	#footer {
			width:100%;
			height:20px;
	}
					
	#flashcontent {
		height: 90%;
		background-color:#ffecc8;		
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#695b23;
	}
	
	#homelink {
		position:absolute fixed;
		top:20px;
		left:150px;	
	}
	#homelink a {
	}