body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, serif;
}

#container {
	width: 850px;
	margin: 0 auto;
	background-color: #f0f0f0;
}

#header {
	width: 850px;
	height: 174px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
}

#mailbar {
	width: 825px;
	height: 32px;
	margin: 0 auto;
	background-color: #000;
	padding: 10px 7px 9px 18px;
}

#mailbar img {
	vertical-align: top;
	float: left;
}

#mailbar .email {
	width: 284px;
	height: 28px;
	float: left;
	border: 0px;
	margin-left: 6px;
	font-size: 20px;
	color: #c7c7c7;
	padding: 2px 5px;
	vertical-align: middle;
}

#mailbar span {
	cursor: pointer;
	padding: 3px 15px 7px;
	background-color: #6df967;
	color: #000;
	display: block;
	float: left;
	width: 64px;
	height: 22px;
	font: 19px "Bookman Old Style", Verdana, Arial;
	font-weight: bold;
	margin-left: 10px;
}

#mailbar span:hover {
	background-color: #F3FD37;
}

#player {
	width: 850px;
	height: 508px;
	background: #000 url('../images/background_watchfilm.png') repeat-x;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}

#player div.embed {
	width: 675px;
	height: 381px;
	margin: 0 auto;
	padding: 22px 4px 0px 6px;
	background: url('../images/background_videoplayer.png');
}

#player div.playerpage {
	margin: 35px auto 0;
}

#otherfilms {
	width: 850px;
	height: 608px;
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
}

#otherfilms .container, #morevids .container {
	width: 664px;
	overflow: visible;
	margin: 0 auto;
}

#otherfilms .container .thumb_box, #morevids .container .thumb_box {
	width: 284px;
	height: 217px;
	margin-top: 10px;
	margin-right: 15px;
	float: left;
	background: url('../images/background_otherfilms.png');
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding: 19px 13px 0 19px;
}

#otherfilms .container .thumb_box img, #showmore img, #footer img, #morevids .container .thumb_box img  {
	border: 0;
}

#otherfilms .container .thumb_box p, #morevids .container .thumb_box p {
	margin: 2px 0 0 0;
	padding-right: 5px;
}

#showmore {
	width: 850px;
	margin: 0 auto;
}

#showmore img {
	cursor: pointer;
}

#showmore .main {
	width: 830px;
	height: 18px;
	padding: 2px 0 0 20px;
	background-color: #fff;
}

#morevids {
	width: 850px;
	display: none;
}

#showmore .top {
	width: 850px;
	height: 17px;
	background: url('../images/background_showmore_top.png');
}

#showmore .bottom {
	width: 850px;
	height: 17px;
	background: url('../images/background_showmore_bottom.png');
	clear: both;
}

#footer {
	width: 850px;
	height: 420px;
	margin: 0 auto;
}
