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

body {
	margin: 10px 0px;
	text-align: center;
	color: #262626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
#copyOne {
	margin: 50px 0px 0px 20px;
	padding: 0px;
	text-align: left;
	width: 290px;
}
#contentHome {
	height: 640px;
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/bck_home.jpg);
	background-position: 0px 100px;
	background-repeat: no-repeat;
}
#contentAbout {
	height: 700px;
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/bck_about.jpg);
	background-position: 0px 100px;
	background-repeat: no-repeat;
}
#copyTwo {
	margin: 50px 20px 0px 0px;
	padding: 0px;
	text-align: left;
	width: 290px;
}
#contentTrailer {
	height: 700px;
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/bck_trailer.jpg);
	background-position: 0px 100px;
	background-repeat: no-repeat;
}
#trailer {
	background-image: url(../images/bck_shadow.gif);
	background-repeat: no-repeat;
	background-position: 249px 0px;
	margin: 10px 0px 0px 0px;
	height: 400px;
	padding-top: 11px;
}
#embed {
	text-align: left;
	margin-left: 265px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
}
a {
	outline: none;
}
#contentDirector {
	height: 700px;
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/bck_director.jpg);
	background-position: 0px 100px;
	background-repeat: no-repeat;
}
#contentProducer {
	height: 700px;
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/bck_producer.jpg);
	background-position: 0px 100px;
	background-repeat: no-repeat;
}
a {
	color: #B4272D;
	text-decoration: none;
	outline: none;
}
#footer {
	font-size: 9px;
	padding: 0px;
	margin-left: 20px;
}
a:hover {
	text-decoration: underline;
}
#footer a {
	color: #262626;
}
.producedby {
	font-size: 11px;
	line-height: 12px;
}
