body {
	background-color: white;
	color: black;
	font: 1em helvetica,arial,sans-serif
}

div#header {
	background: url(../img/header600.png) no-repeat center;
	height: 256px;
}

div#video, div#album, div#advent {
	margin-top: 15px;
	margin-bottom: 50px;
	max-width: 640px;
	padding: 20px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

@media (min-width: 801px) {
  #header {
    background: url('../img/header.png') no-repeat center;
  }
}

@media (max-width: 800px) {
  #header {      
     background: url('../img/header600.png') no-repeat center;
  }
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}