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

body {
	margin: 0;
	padding: 0;
	background-color: #330000;
	color: white;
	background-image: url(images/stage_curtains_bg.jpg);
	font: small Arial, Helvetica, Verdana, sans-serif;
}

#filmstrip {
  	width: 640px;	
	background-color: #000000;
    margin-left: auto;
    margin-right: auto;
}

#logo {
	padding-top: 10px;
}

#mainContent {
	margin: 10px 20px 10px 20px;
	font-weight: bold;
	color: #0066FF;
	margin: 10 10 10 10px;
	padding: 20 20 20 20px;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #0066FF;
	font-style: italic;
	font-size: medium;
} 