#videoBackground {
	background-color: #333333;
	height: 1024px;
	left: 0pt;
	opacity: 0.5;
	filter: alpha(opacity=50);	
	position: absolute;
	top: 0pt;
	width: 100%;
	z-index: 9998;
}
#videoBoxWrapper {
	left:0pt;
	position:absolute;
	text-align:center;
	top:0pt;
	width:100%;
	z-index:9999;
}
#videoBox {
	height: 600px;
	margin: 100px auto 0pt;
	text-align: left;
	width: 600px;
	border: 10px solid #333333;
}