
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#flashLayer {
	width: 100%;
	height: 100%;
	min-width: 800px;
	min-height: 600px;
}

#noFlash {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #d2d2d2;
	background-image: url(../images/noflash-bg.jpg);
	background-repeat: no-repeat;
	width: 900px;
}

#noFlash * {
	font-size: 11px;
	line-height: normal;
}

#noFlash .logo {
	position: absolute;
	padding: 0px;
	top: 238px;
	left: 755px;
	width: 108px;
	height: 35px;
}

#noFlash .content {
	padding-top: 250px;
}

#noFlash .contact {
	padding: 20px 0px;
	color: #8a8a8a;
}