@charset "utf-8";
body {
	margin: 0;
	color: #000;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6  {
	text-align: center;
	color: #FFF;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 900px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	padding: 0px;
	color: #FFF;
}
.nav {
	padding-bottom: 5px;
	text-align: center;
	background-color: #000;
	padding-top: 5px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	color: #000;
	height: 250px;
}
.content {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	width: 900px;
	text-align: left;
}
.play-summary {
	background-color: #000;
	float: left;
	width: 300px;
	height: 350px;
	color: #0FF;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	text-align: left;
	padding: 25px;
}
.filmstrip {
	float: left;
	height: 400px;
	width: 550px;
	background-color: #000;
	color: #FFFBF0;
}
/* ~~ The footer ~~ */
.footer {
	font-size: 12px;
	text-align: right;
	background-color: #000;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.history {
	color: #FFF;
	background-color: #000;
	width: 450px;
	float: left;
	height: 350px;
}
.history_2 {
	float: left;
	width: 450px;
	height: 350px;
}
.special {
	color: #FF0;
	font-size: 24px;
	text-align: center;
}
