/* hide from ie on mac \*/
	html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
}
/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #2B2422;
}

#footer {
	position: fixed;
	bottom: 0; 
	background: #EAE5C6;
	right: 0;
	padding: 5px;
	z-index: 9999;
	padding-right: 5px;
}
		
/*--IE6 Hack - Fixed Positioning to the Bottom--*/
*html #footer { 
	position: absolute;
	top: expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
