body {
	margin: 0 auto;
	padding: 0;
	background: #121212 url(bg.jpg) top left repeat;
	font-family: "lucida grande", tahoma, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #555;
	}
#moviebox {
	margin: 20px auto;
	padding: 0px;
	border: 0px solid #555;
	}
#header {
	margin: 0px auto 10px;
	padding: 20px 0 0 0;
	font-family: "lucida grande", tahoma, verdana, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	font-weight: normal;
	color: #ccc;
	}
.line2 {
	font-size: 14px;
	color: #777;
	}
a:link, a:visited {
	text-decoration: none;
	padding: 3px;
	color: #ccc;
	border: 0px solid #555;
	}
a:hover, a:active {
	text-decoration: none;
	padding: 3px;
	color: #c60;
	border: 0px solid #c60;
	}
#header a:link, #header a:visited {
	text-decoration: none;
	font-size: 12px;
	padding: 0px;
	color: #fff;
	border-bottom: 0px solid #000;
	}
#header a:hover, #header a:active {
	text-decoration: none;
	font-size: 12px;
	padding: 0px;
	color: #930;
	border-bottom: 0px solid #777;
	}