div#newfilm {
	background-image: url(images/filmbg.jpg);
	z-index: 51;
	top: 200px;
	left: 100px;
	width: 939px;
	height:1000px;
	text-align: center;
}

div#filmography {
	table-layout:inherit;
	z-index: 51;
	position: absolute;
	left: 242px;
	top: 388px;
	width: 769px;
	height: 529px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	overflow: auto;
}
