/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #EADAC0;
}

img{
	border:0px;
}

#flashcontent{
	position:absolute;
	z-index:2;
	width:100%;
	background-image: url(/img/repeater.jpg); 	
}

#nonflash{
	text-align:center;
}

#content {
	position:absolute;
	width:500px;
	z-index:1;
}
