body {
	background-color: #330000;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif bold;
}
#container {
	margin: 0 auto;
	width: 760px;
	background: #996666 url('../images/index_01.jpg') no-repeat top;
	text-align: left;
	padding: 220px 0 0 0;
}
#container h1 {
	text-indent:-9999px;
	text-decoration: none;
	height: 100px;
	margin: 0;
}
h2 {
	text-indent:-9999px;
	text-decoration: none;
	height:150px;
}
h2#banner {
	margin: 0px 0 35px 0;
	text-indent:-9999px;
	text-decoration: none;
	height: 157px;
	background:url('../images/index_03.jpg') no-repeat;
	cursor: hand;
}
h3#footer {
	text-indent:-9999px;
	text-decoration: none;
	height: 191px;
	margin: 0px 0 0px 0;
	padding: 0;
	background: url('../images/index_07.jpg') no-repeat;
	cursor: hand;
}
#movie {
	text-align:center;
	width: 352px;
	margin: 0 10px 20px 9px;
	float: left;
	padding: 0;
}
#movie a {
	font: 18px arial black;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: black;
	padding: 0;
	margin: 0;
}
p {
	line-height: 70%;
	margin: 10px 0;
	color: black;
}
#clear {
	clear: both;
}
.clear {
	clear: both;
}