body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(bg-gradient.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 20px;
}
#masthead-wrapper {
	height: 55px;
	width: 800px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	background-image: url(masthead.gif);
}
#topnav-wrapper {
	height: 23px;
	width: 300px;
	margin-bottom: 0px;
	float: right;
	margin-right: 90px;
	margin-top: 30px;
	text-align: right;
}
#topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
}
#topnav a:link {color: #ffffff; text-decoration: none;}
#topnav a:visited {color: #ffffff; text-decoration: none;}
#topnav a:hover, {color: #ffffff; text-decoration: underline;}
#movie-wrapper {
	width: 800px;
}
