body
{
	background-image: url("http://hansenhistory.com/background2.jpg");
	background-attachment: fixed;
}

div#content, div#menu, h1
{
	margin: 0;
	background: #fff;
	padding: 10px;
	//opacity: .5;
	//filter: alpha(opacity=50);
	color: #000;
}

div#movie
{
	text-align: center;
}

div#outer
{
	background: #abc;
	padding: 5px;
	width: 1100px;
	margin: 0 auto 20px auto;
}

div#inner
{
	background: #abc;
	margin: 0 auto;
}

div#copyright
{
	text-align: center;
	font-weight: bold;
	background: #fff;
	padding: 10px;
}

div#copyright p
{
	margin: 0;
	padding: 0;
}

.left
{
	float: left;
}

.right
{
	float:right;
}

.normal
{
	font-weight: normal;
}

.bold
{
	font-weight: bold;
}

.error
{
	color: #f00;
	font-weight: bold;
}