@charset "utf-8";
/* CSS Document */

  body
{
	text-align: center;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;

}

   .container {
	width: 1024px;
	margin: auto;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
    }
	

	.header {
	height: 85px;
	width: 50%;
	background-image: url(Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FDB710;
	clear: right;
	float: left;
    }
	
	.footer {
	height: 85px;
	width: 50%;
	background-image: url(EYS.png);
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FDB710;
	background-repeat: no-repeat;
	background-position: right 25px;
	float: right;
	clear: right;
    }
	
	.video {
	height: 768px;
	width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	
	clear: left;
    }
	
