html
{
	background: #000000;
	background-image: url(../images/background_html.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
body
{
	margin:auto;
	font-family: 'Trebuchet MS', sans-serif;
}
strong
{
	font-weight: bold;
}
small
{
	font-size: 10px;
	color: #333333;
}
#siteWrapper
{
	margin-left: auto;
    margin-right: auto;
	width: 941px;

}
h2
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #000000;
}
hr
{
	border: 0;
	height: 1px;
	color: #acc6dc;
	background-color: #acc6dc;
}
#videoPlayer
{
	/*margin-left: 12px;*/
}

.videoBox
{
	padding-top: 30px;
	margin-bottom: 30px;
}
#content
{
	background-color: #ffffff;
	text-align: center;
	color: #93282d;
	font-size: 14px;
	margin-bottom: 30px;
	width: 861px;
	margin-top: 30px;
}
#innerContent
{

	padding: 8px;
	padding-left: 18px;
}
.titleBox
{
	margin-top: 20px;
	float: left;
	display: inline;
	margin-right: 11px;
	width: 156px;
}
.titleBox p
{
	color: #a4b5c3;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.titleBox p.filmInfo
{
	color: #7c98b0;
}
.titleBox p strong
{
	font-weight: bold;
}
.stalledPoster
{
	background-image: url(../images/stalledPoster.jpg);
	background-repeat: none;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 156px;
	height: 248px;
	display: block;
	border: none;
}
.meterbymetrePoster
{
	background-image: url(../images/meterbymetrePoster.jpg);
	background-repeat: none;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 156px;
	height: 248px;
	display: block;
	border: none;
}
.lapsePoster
{
	background-image: url(../images/lapsePoster.jpg);
	background-repeat: none;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 156px;
	height: 248px;
	display: block;
	border: none;
}
.huntedPoster
{
	background-image: url(../images/huntedPoster.jpg);
	background-repeat: none;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 156px;
	height: 248px;
	display: block;
	border: none;
}
.celestialavenuePoster
{
	background-image: url(../images/celestialavenuePoster.jpg);
	background-repeat: none;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 156px;
	height: 248px;
	display: block;
	border: none;
}

ul
{
	margin-bottom: 30px;
	margin-left: 0px;
}
li
{
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 3px;
}
.inputField
{
	background-color: #fff8ee; 
	width:190px; 
	text-align: center; 
	color: #c47200; 
	font-size: 13px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	border: 1px solid #d2d2d2;
}
.messageField
{
	background-color: #222222;
	border: 1px solid #93282d;
	text-align: center; 
	color: #999999; 
	font-size: 13px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
}
a
{
	color: #f5242d;	
}
a:hover
{
	color: #f5242d;	
}
.opening
{
	color: #666666;
}
.terms
{
	font-size: 10px;
}



