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

html{
	text-align: center;
}
body{
	display: block;
	width: 909px;
	margin: 0 auto;
	text-align: left;
	background: #000 url(../images/bg_main.jpg) repeat-x;
	position: relative;
	font-family: "Georgia", serif;
	color: #6b6859;
}
a {
	color: #6b6859;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h2#slogan{
	display: block;
	width: 455px;
	font-size: 24px;
	font-family: "Arial", sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 18px;
	right: 0;
}
.slogan_big{
	font-size: 40px;
	display: block;
}
div#main_banner{
	display: block;
	height: 275px;
	position: relative;
	top: 118px;
}
h1#branding a{
	display: block;
	width: 348px;
	height: 364px;
	margin: 0 0 -90px;
	background: url('../images/branding.gif') no-repeat;
	text-indent: -9999px;
	position: relative;
	top: -90px;
	float: left;
	z-index: 10;
}
ul#banner_girls{
	display: block;
	width: 637px;
	position: absolute;
	top: 7px;
	left: 306px ;
}
ul#banner_girls li{
	display: block;
	margin: 0 4px;
	float: left;
}
ul#banner_girls li#bree{
	width: 149px;
	height: 263px;
	background: url(../images/bree_olson.jpg) no-repeat;
	text-indent: -9999px;
}
ul#banner_girls li#chelsea{
	width: 149px;
	height: 263px;
	background: url(../images/chelsea_rae.jpg) no-repeat;
	text-indent: -9999px;
}
ul#banner_girls li#dylan{
	width: 149px;
	height: 263px;
	background: url(../images/dylan_ryder.jpg) no-repeat;
	text-indent: -9999px;
}
ul#banner_girls li#riley{
	width: 149px;
	height: 263px;
	background: url(../images/riley_ray.jpg) no-repeat;
	text-indent: -9999px;
}
div.movies_top{
	display: block;
	width: 909px;
	margin: 150px 0 0;
	padding: 0 10px;
}
div.movies_bottom{
	display: block;
	width: 909px;
	margin: 0;
	padding: 0 10px;
}
div.movies_top embed, div.movies_bottom embed{
	margin: 0 10px;
}
h3.banner_text{
	display: block;
	margin: 40px 0 0;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
span.banner_big{
	display: block;
	font-size: 42px;
}
p.click{
	text-align: center;
	margin: 0 0 40px;
}
a.click_me{
	color: #9c883f;
	text-transform: uppercase;
}
ul#social_media{
	display: block;
	width: 134px;
	height: 71px;
	padding: 0 0 50px;
	background: url(../images/icons_social.gif) no-repeat;
	position: absolute;
	right: 0;
}
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;
}
