body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#container {
	position: relative;
	margin: auto;
	border: 1px solid #000;
	width: 800px;
	height: 580px;
	background: #fff;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/splashFoot.jpg);
	height: 206px;
	width: 100%;
}
#movie {
	position: absolute;
	top: 150px;
	right: 0px;
}