/* CSS Document */

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font: 16px/22px Courier, mono;
	color: #fff;
}
a {
	color: #fff;
}
#center {
	width: 1000px;
	height: 570px;
	margin: 0px auto;
	padding: 0;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
#centerIntro {
	width: 1000px;
	height: 570px;
	margin: 100px auto 0px;
	padding: 0;
}
#header {
	width: 1000px;
	padding-top: 21px;
	padding-bottom: 14px;
}
#poster {
	width: 1000px;
	font-size: 520px;
	line-height: 520px;
	vertical-align: top;
}
.smallposter {
	margin-bottom: 54px;
}
#trailer {
	margin-top: 6px;
	width: 1000px;
	text-align: center;
	/*background-image: url(../img/bg-trailers.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;*/
}
#blurb2 {
	font-size: 12px;
	line-height: 16px;
	margin: 10px auto 20px;
	width: 525px;
	text-align: center;
}
.bigBlurb {
	font-size: 14px;
	line-height: 17px;
}
object, embed {
	margin-top: 31px;
	margin-bottom: 13px;
}
#trailerbtn img {
	margin: 0 5px;
}
#contact img {
	margin-top: 30px;
	margin-left: 3px;
}
#contact p {
	margin: 3px 0px 16px 3px;
}
.emailLink {
	font: 14px/22px Courier, mono;
}
.emailLink a {
	color: #b2b1b7;
}
.emailLink a:hover, .emailLink a:active {
	color: #fff;
}
#blurb {
	margin-top: 25px;
}