html, body {
	height:100%;
}
#cover[id] {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:#000000;
	width:100%;
	height:100%;
	z-index:999;
	-moz-opacity:0;
}
#cover {
	display:none;
	position:absolute;
 top:expression( ( ignoreMe = document.documentElement.scrollTop)+'px' );
	left:0px;
	background:#000000;
	width:100%;
	height:100%;
	z-index:999;
	filter:alpha(opacity=0);
	-khtml-opacity: 0;
	opacity: 0;
}
.fade[class] {
	display:none;
	position:fixed;
	top:30px;
	background:transparent;
	z-index:1000;
	width:100%;
	height:100%;
}
.fade {
	display:none;
	position:absolute;
 top:expression( ( ignoreMe = document.documentElement.scrollTop)+'px' );
	background:transparent;
	z-index:1000;
	width:100%;
	height: 100%;
}
#main {
	display:none;
	width:1px;
	height:50%;
	margin-bottom:-250px; /* half of container's height */
	float:left;
}
#tv[id] {
	display:none;
	margin:0 auto;
	position:absolute; /* puts container in front of distance */
	text-align:left;
	height:500px;
	width:550px;
	clear:left;
	z-index:1001;
}
*html #tv {
	display:none;
	margin:0 auto;
	position:absolute; /* puts container in front of distance */
	text-align:left;
	height:500px;
	width:550px;
	z-index:1001;
 margin-top:expression( ( ignoreMe =(document.documentElement.clientHeight/2)-250)+'px' );
}
#movie {
	display:none;
	float:left;
	height:500px;
	width:550px;
	position:absolute;
	z-index:1002;
}