body {
	margin:0;
	padding:0;
	background:#fff url(pbg.png) repeat-x top;
	color:#000;
	font: 12px Arial,Helvetica,sans-serif;
}
a img {
	border:none;
}
a {
	text-decoration:none;
	color:#2b3754;
	border-bottom:1px solid #2b3754;
}
p {
	margin:0; padding:0;
}
#top {
	width:718px;
	height:29px;
	margin:55px auto 0 auto;
	background:transparent url(tbg.png) no-repeat 0 0;
}
#container {
	width:718px;
	height:310px;
	margin:5px auto 0 auto;
	background:transparent url(cbg.png) no-repeat 0 0;
}
#menu {
	width:180px;
	margin:22px 0 0 0;
	padding:0;
	list-style:none;
	float:left;
	display:block;
}
#menu li {
	display:block;
	list-style:none;
	padding:0 0 5px 16px;
	margin:0;
}
#menu li a {
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	color:#d64203;
	border-bottom:1px solid #d64203;
}
#menu .active a {
	color:#ac3503;
	border-color:#ac3503;
}
#movie {
	width:500px;
	height:290px;
	background:transparent url(mbg.png) no-repeat 0 0;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
#movie object {
	margin:10px 0 0 10px;
}
.credits {
	width:235px;
	margin:10px 0 0 10px;
	float:left;
	color:#336;
	font-size:13px;
	font-weight:bold;
}
.credits p {
	margin:0 0 1em 0;
}
.credits span {
	font-weight:normal;
}
.credits a {
	font-weight:normal;
	border:none;
	text-decoration:underline;
	color:#336;
}
#share {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#footer {
	/*position:absolute;
	bottom:0;*/
	margin-top:100px;
	width:100%;
	padding-bottom:2px;
	text-align:center;
	color:#71a6a6;
}
#footer a {
	color:#71a6a6;
	border:none;
	text-decoration:underline;
}
