@charset "utf-8";
/* CSS Document */
body {
	border:0;
	margin:0;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	 background-color: #edf0f1;
     text-align: justify;
     vertical-align: 0%;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: lighter;
     display: block;
}
}
.Container {
	width:100%;
	height: 100%;
}
.header {
	width: 100%;
	height: 105px;
	top: 0%;
	left: 0%;
	position:relative;
	background: #789cea;
	background: -webkit-linear-gradient(left top,  #A88BE5, #789cea, #3272F1  ); /*Safari 5.1-6.0*/
	background: -o-linear-gradient(bottom right,  #A88BE5, #789cea, #3272F1 ); /*Opera 11.1-12.0*/
	background: -moz-linear-gradient(bottom right,  #A88BE5, #789cea, #3272F1 ); /*Firefox 3.615*/ 
	background: -ms-linear-gradient(top,  #A88BE5, #789cea, #3272F1); /*IE 11*/	
	background: linear-gradient(to right, #A88BE5, #789cea, #3272F1); /* Standard syntax (must be last) */
}
.title{
	float: left;
	width:50%;
	margin-left: 40%;
	margin-top: 12px;
	text-align: left;
}
.proglogo {
	background-image: url(../images/gm_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 103px;
	width: 100%;
	position:relative
	index: 
}
.pmtlogo {
	background-image: url(../images/whistle.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 76px;
	width: 5%;
	position:absolute;
	right:0%;
	top  :10%;
}
.proglogo img{
	float:left
	align:left;
}
.vidContainer{
	position:absolute;
	top: 20%;
	left: 30%;
}
.footer{
	margin-top: 0px;
	height: 47px;
	width:100%; 
	position:absolute;
	bottom:0;
	background-color: #424242;
	background-repeat: repeat;
		}
.hmhlogo{
	position: relative;
	height: 41px;
	width: 206px;
	background-image: url(../images/hmh_logo_footer.jpg);
	background-size: 200px 33px;
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	top: 15%;
}
.footer .copyright{
	float: right;
	padding-right: 15px;
	padding-top: 25px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	vertical-align: top;
}
.footer .copyright a{
font-family:Arial;
font-size:11px;
font-weight:normal;
color:#fff;
text-decoration:underline;
top:0%;
}
