/*hide from ie on mac\*/
html {
	height: 100%;
	overflow-x: auto;
	overflow-y: auto;
}
#flashcontent {
	width: 100%;
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #2B2B2B;
}
/* rotator in-page placement */
#backgrounds {
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
	top:0;
	z-index: -2;
	overflow: hidden;
}


#backgrounds IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#logo {
	position: absolute;
	top: 20px;
	left: 24px;
	z-index: -1;
}
