.thisgap{
	width:100%;
	height:100px;
}
.video_bg{
	width:100%;
	height:750px;
	background:url(../images/video.jpg);
	position:center;
}
.video{
	width:850px;
	height:550px;
	background:white;
	margin:0 auto;
}
.video_con{
	width:100%;
	height:500px;
	background:rgb(30,30,40);
}
.video_title{
	width:100%;
	height:50px;
	background:rgb(100,200,250);
	text-align:center;
}
.video_title p{
	line-height:50px;
	padding-left:10px;
}