html {
	height: 100%;
}

body {
	background-color: #ccc;
	height: 100%;
}

div.fades { /* WAKE-UP IE */
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	visibility: visible;
	width: 100%;
	z-index: 10;
}

div.QTUnder {
	background-color: #FFFFFF;
 	height: 255px; 
	position: absolute;
	z-index: 103;
}

div.content {
	position: absolute; 
	top: 0px;
	left: 0px;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
	width: 0px;
	height: 0px;
	z-index: -1;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 12px;
}

#disclaimer img {
	color: #000000;
	filter: alpha(opacity=30);
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
	z-index: 1;
	font-family: "Arial Black", Arial, "Arial Narrow";
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#MediaPanel {
	height: 460px;
}