html {
	width: 100%;
	height: 100%;
	overflow: auto;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

/* Layout
--------------------------------------------------*/

#flashcontent{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}


#fla {
	position: absolute;
	width: 100%;
	height: 100%;
}
/* hide from ie on mac */
#flashcontent {
   height: 100%;
}
/* end hide */



/* noscript
--------------------------------------------------*/

.noscript {
	padding: 20px;
}

.noscript h1 {
	font-size: x-large;
}
.noscript p,
.noscript address {
	font-style: normal;
	font-size: small;
	line-height: 1.6;
}
