/* CSS Document */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #000000;
}

#main {
	text-align: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	padding-top: 10px;
	color: #333333;

}
a, a:visited {
	color: #333333;
	text-decoration: none;
	display: block;

}

a:hover {
	text-decoration: none;
	color: #CC0000;

}

#moviearea {
	text-align: center;
}


h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 30px;
	float: left;

}

h3 {
	font-size: 10px;
	margin-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 30px;
	float: right;
}

