body { 
  background: url('../images/red-bg.jpg') no-repeat;
  background-position: top center; 
  background-size: auto 800px;
  background-color: #e3b685;
  width: 100%;
  height: 100%;
    }
    

h1 {color: #ffffff; font-size: 2.25em;}
h2 {color: #ffffff; font-size: 1.25em;}

#video_container {
	margin-top: 100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
		
}

#footer_container {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer {
	display: block;
	width: 800px;	
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0; 
	margin-bottom: 0;
	
}

.video_player {
	border-color: #ffffff;
	border-width: 5px;
	border-style: solid;
	border-radius: 5px;
	}


.text_block {
	
	text-align: left;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: auto;
	padding: 1em;
	background-color: rgba(240, 232, 222, 0.9);
	border-radius: 5px;
	
}

.text_block p {
	font-family: sans-serif;
	font-size: 1em;
	
}


