@charset "utf-8";
/* CSS Document */
* {
margin: 0px;
padding: 0px;
}

#container {
	position: absolute;
	left:50%;
	margin-left: -485px;
	width:970px;
	height:735px;
}
#bg {
	width: 764px;
	height: 368px;
	background-image: url(filmstrip-bg.jpg);
	margin-left: -61px;
	float: left;
	position:absolute;
	z-index: -2;
}
#wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:970px;
	height:705px;
	margin: 0px;
	clear: both;
	overflow: visible;
}
#header {
	width:970px;
	height: 180px;
	position:absolute;
	z-index: 3;
}
#footer {
	height: 45px;
	width: 873px;
	display:block;
	position: relative;
	top: 720px;
	float: right;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}