@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000;
}

#container {
	overflow: auto;
	width: 960px;
	height: 693px;
	margin: auto;
	background: transparent url('images/background.jpg') no-repeat;	
	
}

#footer {
	margin: 20px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #fec26f;
	letter-spacing: 1px;
}

#banner {
	margin: auto;
	overflow: hidden;
	width: 780px;
}

.theatre-logo {
	float: left;	
	margin: 120px 30px;
}

