body {
	background-color: #656542;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 700px;
	margin: 0px auto;
	border-top: 1px solid #21210A;
	border-right: 1px solid #21210A;
	border-bottom: 1px solid #21210A;
	border-left: 1px solid #21210A;
}
#wrapper #header {
}
#wrapper #navigation { background-color: #999933; padding-left: 80px; margin: auto; height: 24px; z-index: 99; position: relative; 
}
#wrapper #content {
	background-repeat: no-repeat;
	height: 416px;
	z-index: 0;
}
#wrapper #content #movie {
	padding-top: 200px;
}
#contact {
	text-align: center;
	font-size: 10px;
	width: 700px;
	background-color: #999933;
	margin: auto auto 0px;
	border-right: #21210A;
	border-bottom: #21210A;
	border-left: #21210A;
	color: #000000;
	font-weight: normal;
}
#contactinfo {
	margin: auto;
}
