@charset "utf-8";
/* CSS Document */

body {
	background:#ffffff;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

#container {
	margin:0 auto;
	margin-top:10px;
	vertical-align:middle;
	width:900px;
	height:600px;
}

#top {
	background:url(../images/top.jpg) no-repeat;
	width:900px;
	height:35px;
	text-align:center;
	line-height:32px;
	text-transform:uppercase;
	font-size:12px;
	color:#666666;
}

#header {
	width:900px;
	margin:0 auto;
	height:75px;
}

#logo {
	width:474px;
	height:75px;
	float:left;
}

#menu {

}

#home_body {
	width:900px;
	margin:0 auto;
	height:490px;
	background:url(../images/homepage.jpg) no-repeat;
}

#home_body i {
	font-size:11px;
}

#interview_body {
	width:900px;
	margin:0 auto;
	height:490px;
	background:url(../images/interviewspage.jpg) no-repeat;
}

#interviews_quote {
	position:relative;
	width:380px;
	top:200px;
	left:35px;
}

#media_body {
	width:900px;
	margin:0 auto;
	height:490px;
	background:url(../images/mediapage.jpg) no-repeat;
}

#media_quote {
	position:relative;
	width:440px;
	top:-85px;
	left:35px;
}

#crew_body {
	width:900px;
	margin:0 auto;
	height:490px;
	background:url(../images/crewpage.jpg) no-repeat;
}

#crew_content {
	width:480px;
	height:320px;
	overflow:auto;
	position:relative;
	top:15px;
	left:380px;
}

#crew_quote {
	position:relative;
	width:340px;
	top:80px;
	left:510px;
}

#crew_quote i {
	text-align:right;
}

#film_body {
	width:900px;
	margin:0 auto;
	height:490px;
	background:url(../images/filmpage.jpg) no-repeat;
}

#film_content {
	width:520px;
	height:330px;
	overflow:auto;
	position:relative;
	top:20px;
	left:350px;
}

#film_quote {
	position:relative;
	width:370px;
	top:60px;
	left:480px;
}

#film_quote i {
	text-align:right;
}

#contact_body {
	width:900px;
	margin:0 auto;
	height:490px;
	background:url(../images/contactpage.jpg) no-repeat;
}

#form {
	width:350px;
	height:300px;
	position:relative;
	top:90px;
	left:455px;
}

#home_q1 {
	width:125px;
	position:relative;
	top:20px;
	left:95px;
}

#home_q2 {
	width:165px;
	position:relative;
	top:260px;
	left:315px;
}

#home_q3 {
	width:300px;
	position:relative;
	top:-170px;
	left:580px;
}

#footer {
	width:900px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:15px;
	color:#999999;
	height:40px;
}

#copy {
	width:30%;
	padding-left:5px;
	float:left;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#copy a {
	color:#999999;
	text-decoration:none;
}

#copy a:hover {
	color:#333333;
	text-decoration:underline;
}

#links{
	width:68%;
	padding-right:5px;
	text-align:right;
	float:right;
	font-size:11px;
	text-transform:uppercase;
}

#links a {
	color:#999999;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}

#links a:hover {
	color:#333333;
	text-decoration:underline;
	padding:0px 5px 0px 5px;
}

.pic {
	padding:0px 10px 8px 8px;
	float:left;
}

#interview_container {
	width:320px;
	height:180px;
	position:relative;
	top:50px;
	left:100px;
	border:#000000 1px solid;
}

#trailer_container {
	width:320px;
	height:180px;
	position:relative;
	top:50px;
	left:100px;
	border:#000000 1px solid;
}

#imgs {
	width:500px;
	height:100px;
	left:20px;
	top:85px;
	position:relative;
}