/* IE MAC is crap \*/
html, body{
	overflow		: hidden;
	height			: 100%;
}
/* IE MAC is crap */
html, body{
	margin			: 0;
	padding			: 0;
	background-color 	: #000;
	color			: #FFF;
	font-family		: verdana, arial, sans-serif;
}
a, a:visited{
	text-decoration		: none;
	color			: #FFF;
}
a img{
	border			: none;
}
#getflash{
	position		: absolute;
	left			: 50%;
	margin-left		: -200px;
	width			: 400px;
	text-align		: justify;		
}
#logo{
	position		: absolute;
	left			: 50%;
	margin-left		: -137px;
	width			: 275px;
}
#flash{
	position		: absolute;
	left			: 50%;
	margin-left		: -150px;
	width			: 300px;
	top			: 50%;
	margin-top		: -150px;
	height			: 300px;
}
#vds{
	font-size:9px;
	position		: absolute;
	text-align:center;
	left			: 50%;
	margin-left		: -100px;
	width			: 200px;
	bottom			: 10px;		
}
.ref{
	display			: none;
}