/* CSS Document */

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:0px;
	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-top:-280px; /* half of container's height */
		float:left;
		
		}
		
	#tv[id] {
			display:none;
			margin:0 auto;	
			position:relative; /* puts container in front of distance */
			text-align:left;
			height:560px;
			width:930px;
			clear:left;
			z-index:1001;
			}

*html #tv {

			display:none;
			margin:0 auto;	
			position:relative; /* puts container in front of distance */
			text-align:left;
			height:560px;
			width:930px;
			z-index:1001;
			margin-top:expression( ( ignoreMe =(document.documentElement.clientHeight/2)-280)+'px' );

}
	
	#movie{
	
	display:none;
	float:left;
	height:560px;
	width:930px;
	position:relative;
	z-index:1002;
	}
