/* 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:.70;
}

#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=70);
	-khtml-opacity: 0.7;
	opacity: 0.7;

	
}
.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-bottom:-255px; /* half of container's height */
		float:left;
		
		}
		
	#tv {
			display:none;
			margin:0 auto;	
			position:relative; /* puts container in front of distance */
			text-align:left;
			height:530px;
			width:853px;
			clear:left;
			z-index:1001;
			}

	
	#movie{
	
	display:none;
	float:left;
	height:530px;
	width:853px;
	position:relative;
	z-index:1002;
	}
	
	#frame {
	display:none;
	width:1px;
	height:50%;
	margin-bottom:-209px; /* half of container's height */
	float:left;
}


#demo {
	display:none;
	position:absolute;
	top:168px;
	background:transparent;
	z-index:1000;
	width:100%;
	height:100%;
	

}



#box {
	display:none;
	position:relative;
	background:transparent;
	margin:0px auto;
	width:960px;
	height:506px;
	z-index:1010;

}

