html{
	width: 100%;
	height: 100%;
}
body{
	margin: 0;
	font-size: 22px;
	font-weight: 100;
	line-height: 1.7em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color: #111;
	width: 100%;
	height: 100%;

	background-image: -webkit-linear-gradient( hsla(200, 41%, 61%, 1), hsla(322, 20%, 71%, 1) );
	background-image: -moz-linear-gradient( hsla(200, 41%, 61%, 1), hsla(322, 20%, 71%, 1) );
	background-image: -o-linear-gradient( hsla(200, 41%, 61%, 1), hsla(322, 20%, 71%, 1) );
	background-image: linear-gradient( hsla(200, 41%, 61%, 1), hsla(322, 20%, 71%, 1) );
}

#container{
	width: 960px;
	height: 450px;
	position: absolute;
	top:0; left:0; right:0; bottom:0;
	margin: auto;
}
#video{
	float: left;
	width: 640px;
}
#links{
	float: right;
    width: 290px;
}
#links img{
	width: 100%;
	border-radius: 10px;
	border-bottom: 3px solid rgba(0,0,0,0.15); 
	position: relative;
	top:0;
	-webkit-transition: top 0.1s ease-in-out;
	-moz-transition: top 0.1s ease-in-out;
	-o-transition: top 0.1s ease-in-out;
	transition: top 0.1s ease-in-out;
}
#links img:hover{
	top:-3px;
}
.header{
	font-size: 35px;
	margin-bottom: 15px;
}
.footnote{
	display: block;
    margin-top: 10px;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.3em;
    letter-spacing: 1px;
}