	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#content {
		height: 100%;
	}
		
	#header {	
			background-color:#be6845;		
			width:100%;
			height:50px;
	}
	
	#footer {
			width:100%;
			height:20px;
	}
	
	#heading {
			padding:0;
			height:20px;
			background:white;
					}					
	#heading p {
			font-size:11pt;
			font-family:verdana;
			color:gold;	
	}		
				
	#flashcontent {
		height: 90%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color:#b93600
	}
	
	#homelink {
		position:absolute;
		top:30px;
		left:400px;		
	}
	#homelink a {
		color:#dcd3d3;
/*		position:fixed;
		top:20px;
	 	left:660px; */		
	}
	#homelink a.link2 {
		color:#dcd3d3;
		position:absolute;
		top:20px;
		left:740px;		
	}
