@import url('/css/reset.css');

html{
	text-align: center;
	background: #2c2c2c;
}
body{
	display: block;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #000 url(../images/bg_main.jpg) repeat-x;
	position: relative;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	color: #8fd470;
}
a {
	color: #8fd470;
	text-decoration: none;
}
div#header{
	display: block;
	width: 900px;
	height: 396px;
	background: url(../images/banner.jpg) no-repeat;
	margin: 0;
}
h1#branding a{
	display: block;
	width: 228px;
	height: 239px;
	background: transparent url(../images/branding.gif) no-repeat;
	text-indent: -9999px;
	position: relative;
	top: 150px;
	left: 10px;
}
a.sub_branding{
	display: block;
	width: 900px;
	height: 30px;
	background: salmon;
	color: #a03f3b;
	font-family: "Georgia", "Times", serif;
	font-size: 26px;
	text-align: center;
}
div.movies_top{
	display: block;
	width: 900px;
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
}
h3.cta a{
	display: block;
	width: 900px;
	margin: 30px 0;
	text-align: center;
	text-decoration: underline;
	color: #A03F3B;
	clear: both;
	font-size: 24px;
}
div.movies_bottom{
	display: block;
	width: 900px;
	margin: 0;
	padding: 0;
	text-align: center;
}
span.big{
	font-size: 55px;
	display: block;
	margin: 10px 0;
	text-transform: uppercase;
}
div.movies_top object, div.movies_bottom object{
	margin: 0 10px;
}
ul#social_media{
	display: block;
	width: 134px;
	height: 71px;
	padding: 0 0 50px;
	background: url(../images/icons_social.gif) no-repeat;
	position: relative;
	left: 747px;
	margin-top:30px;
}
ul#social_media li{
	display: block;
	text-indent: -9999px;
}
ul#social_media li a#facebook{
	width: 29px;
	height: 29px;
	background: url(../images/icons_social.gif) no-repeat 0 -40px;
	position: relative;
	top: 40px;
	float: left;
}
ul#social_media li a#twitter{
	width: 29px;
	height: 29px;
	background: url(../images/icons_social.gif) no-repeat 32px -40px;
	position: relative;
	top: 40px;
	left: 5px;
	float: left;
}
