body {
	margin: 0px; 
	width: 100%; 
	height: 100%;
	font-family: Arial, Helvetica;
	overflow-x: hidden;
	background-color: #325A86;
}

#video {
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}

#controls {
	position: fixed;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

#controls a {
	padding: 5px 10px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    font-family: Calibri, Arial, Helvetica;
}

div.cover {
	position: absolute; 
	left: -50%; 
	width: 200%; 
	height: 100%;
}

img.cover {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
	overflow-x: hidden;
}

.cover2 {
	max-width: 100%;
	max-height: 100%;
}

.letter {
	margin: 30px auto;
	width: 90%;
	max-width: 800px;
	background-color: #fff;
	padding: 20px 30px;
	z-index: 1000;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.letter p {
	margin: 5px;
	text-indent: 30px;
	text-align: justify;
}

#close {
	position: absolute;
	font-size: 44px;
	top: 0;
	right: 9px;
	cursor: pointer;
}

#close:hover {
	color: #666;
}