body {
	background-color: #f9f9dd;
	margin: 0;
	padding: 0;
	background-image: url(img/wave-bg.gif);
	background-size: 885px 73px;
	background-position: center center;
	background-repeat: repeat;
	overflow: hidden;
	
}
#parent {
	position: relative;
	width: 100%;
	height: 100%;
}

#child {
	height: 540px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 960px;
	margin: auto;
	
}

.header-unit {
	height: 502px;
	width: 100%;
	width: 914px;
	border: 0;
	border-right:none;
	border-left: none;
	position: relative;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 19px;
    background-image: url(img/logo-bg.gif);
    background-size: 914px 502px;
	background-position: center center;
}
#video-container {
    position: absolute;
}
#video-container {
    top:0%;
    left:0%;
    height:502px;
    width: 100%;
    max-width:914px;
    overflow: hidden;
}
video {
    position:absolute;
    z-index:0;
}
video.fillWidth {
    width: 100%;
    max-width: 914px;
}
div.frame {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(img/frame.gif) 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
}
div.overlay {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(img/coppertop.png) 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
}




/* Smaller than 950px */
@media (max-width: 950px) {
}