html, body {
	height: 100%;
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: helvetica,arial,sans-serif;
	color: #dddddd;
	background: #000;
}

#swf {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}

#swf img {
	display: block;
}

#swf #noflash {
	width: 514px;
	height: 370px;
	margin: 100px auto;
	padding-top: 13px;
	background-colour: #080808;	
	background-image: url(../images/splash_bg.gif);
	background-repeat: no-repeat;
}

#swf #noflash img {
	display: block;
	margin: 0px auto;
}
#swf #noflash img.disclaimer {
	margin: 60px auto 10px auto;
}
#swf #noflash a, #swf #noflash a:link, #swf #noflash a:active, #swf #noflash a:visited {
	display: block;
	margin: 0px auto;
	text-align: center;
	color: #fbed21;
	text-decoration: underline;
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 192px;
}
#swf #noflash a:hover {
	color: #fff;
	text-decoration: none;
}
#swf #noflash span {
	display: none;
}
