html { 
  background: url('../images/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#body{

}
#logo{
	background-image: url('../images/logo2.png');
	width:703px;
	height:219px;
	margin: 0 auto;
	opacity: 0.9;

}
.video{
	padding: 20px;
	text-align: center;
}