html, 
body {
	font-family: sans-serif;
	background: #e7e7e9;
	margin: 0;
	padding: 0;
}

#header {
	background: #4b4c4d;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 2.3em;
	padding: .5em;
	margin: 0;
}

#video-container {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -320px;
	width: 640px;
	height: 480px;
}

#text-container {
	position: absolute;
        top: 700px;
        left: 50%;
        margin-left: -320px;
        width: 640px;
	text-align: center;
}

