@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
}

#contentContainer {
	position: absolute;
	overflow: scroll;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: default;
	z-index: 1;
}

#flashWrapper {
	height: 100%;
	background-color: #000000;
}
#contentContainer[id] {
	overflow: -moz-scrollbars-vertical;
}
#flashWrapper #noFlash {
	width: 440px;
	color: #FFFFFF;
	margin: auto;
	padding-top: 40px;
}
#flashWrapper #noFlash a {
	color: #FFFFFF;
}
#flashWrapper #noFlash h1 {
	clear: both;
	margin-top: 70px;
}

