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

html{
	text-align: center;
	background: #2c2c2c;
}
body{
	display: block;
	width: 909px;
	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;
}
h1#branding a{
	display: block;
	width: 909px;
	height: 362px;
	background: transparent url(../images/branding.jpg) no-repeat;
	text-indent: -9999px;
}
h2 a, h3 a{
	margin: 20px 0 0;
	font-size: 46px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

h2 a .highlight, h3 a .highlight{
	color: #ce3061;
	font-size: 55px;
	display: block;
}
#large{
	font-size: 145px;
}
p a.click_here{
	display: block;
	font-size: 13px;
	margin: 0 0 20px;
	text-align: center;
	color: #fff;
}
div.movies_top{
	display: block;
	width: 909px;
	margin: 20px 0 0;
	padding: 0 10px;
	text-align: center;
}
div.movies_bottom{
	display: block;
	width: 909px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
}
div.movies_top embed, div.movies_bottom embed{
	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;
}
