body{
	background-color:#000000;
}
#container{
	position:relative;
	width: 1024px;
	padding: 0px;
	min-height: 768px;
	background-color:#000000;
	height: auto !important;
	height: 100%;
	margin: 0 auto -176px auto;/* the bottom margin is the negative value of the footer's height minius 10 for scroll bar*/
	-webkit-box-shadow:  0px 0px 50px 10px rgba(00, 00, 00, .2);
	-mozilla-box-shadow:  0px 0px 50px 10px rgba(00, 00, 00, .2);
	box-shadow:  0px 0px 50px 10px rgba(00, 00, 00, .2);
}
#vidCloseBtn { position:absolute; top:263px; left:850px; width:23px; height:23px;z-index:1003;display:none;}
#vidMainWindow { position:absolute; top:276px; left:163px; width:698px; height:406px;z-index:1001;display:none;}
#vidBackground { position:absolute; top:0px; left:-400px; width:2000px; height:1500px;background-color:rgba(0, 0, 0, 0.7);z-index:1000;display:none;}
#onDemandLink{
	position:absolute;
	top:140px;
	left:350px;
	width:300px;
	height:30px;
}