.bg{background:url(../images/header_bg.png) 0 0 repeat-x;position:relative;z-index:200;
    top: 0px;
    left: -20px;
    min-height:460px;
	
}
/*video background */
.header-unit {
  height: 710px;
  border: 0px solid #000;
  border-right:none;
  border-left: none;
  position: relative;
  padding: 0px
}
/*
#video-container {
	position: absolute;
}
*/
#video-container {
	top:0%;
	left:0%;
	height:500px;
	width:100%;
	/*overflow: auto*/
}
video {
	position:absolute;
	z-index:0;
}

video.fillWidth {
	width: 100%;
}

