html, body {
	margin: 0;
	padding: 0;
	background:#e67107;
/**	background:#5dbff4; **/
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align:center;
}
a {
	text-decoration:none;
	color: #FFF;
}
a:hover,
input[type="submit"]:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.Link {
	margin-top:10px;
}

main {
	width: 100%;
}
.video iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
/*	border:none; */
}
.video {
	padding-top: 60%;
/*	margin:30px 0; */
	position: relative;
}