body {
	position: relative;
	font-size: 22px;
	line-height: 30px;
	font-weight: 200;
	font-family: 'Vollkorn', serif;
	color: blue;
	text-align: center;
	}



#page-wrap {
     width: 800px;
     margin: 0 auto;

}


#video {
	position: absolute;
	top: 60px;
	z-index: 2;

}
	

#copyright {
	position: relative;
	font-size: 22px;
	line-height: 26px;
	padding-top: 600px;
	padding-bottom: 100px;
	font-family: monospace;


}


#link {
	font-size: 80px;
	text-decoration: none;
	border-bottom: solid 5px red;
	color: red;
	margin-bottom: -5px;

}
