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

* {
	margin: 0;
	
}
html, body {
	
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
	z-index:2;
}

.wrapper-director {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

.wrapper-actor {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

.footer {
	color:#FFF;
	background:#000;
	opacity:0.8;
	height: 65px; /* .push must be the same height as .footer */
	font-size:18px;
}

.push {
	height: 65px;	
}

.footer-director {
	color:#666666;
	background:#000;
	opacity:0.8;
	height: 100px; /* .push must be the same height as .footer */
}

.push-director {
	height: 100px;	
}

.footer-actor {
	color:#FFF;
	background:#000;
	opacity:0.8;
	height: 100px; /* .push must be the same height as .footer */
}

.push-actor {
	height: 100px;	
}


/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

/* General Links */

a:link {color:#666666; text-decoration:none}      /* unvisited link */
a:visited {color:#666666; text-decoration:none}  /* visited link */
a:hover {color:#FFF; text-decoration:none}  /* mouse over link */
a:active {color:#FFF; text-decoration:none}  /* selected link */

/* End General Links */

/* Subnav Links */

#subnav-links a:link {color:#666666; text-decoration:none; font-size:11px}      /* unvisited link */
#subnav-links a:visited {color:#666666; text-decoration:none; font-size:11px}  /* visited link */
#subnav-links a:hover {color:#FFF; text-decoration:none; font-size:11px}  /* mouse over link */
#subnav-links a:active {color:#FFF; text-decoration:none; font-size:11px}  /* selected link */

/* End Subnav Links */

body{
	padding:0;
	margin:0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	background-color:#000;
	z-index:-1001;
}

#video {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1000;
	min-width:200%;
	min-height:200%;
	margin-top:-50%;
	margin-left:-50%;
}

#bgi{
	background:url(../grid.png);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width:200%;
	height:20000px;
	margin-top:-50%;
	margin-left:-50%;
}

#title{
	font-family:Arial, tahoma, sans-serif;
	font-size:15px;
	color:#FFF;
	padding:0px;
	background:#000;
	opacity:0.8;
	width:auto;
	height:75px;
}

#upper-left{
	width:600px;
	height:50px;
	margin-left:30px;
	margin-top:13px;
	float:left;
}

#upper-left-contact{
	width:600px;
	height:50px;
	margin-left:4px;
		
}

#contact-info{
	margin-top:13px;
	margin-right:30px;
	text-align:right;
	float:right;
}

#director-logo{
	float:left;	
	width:230px;
	height:30px;
	background-image:url(../imgs/director-logo.jpg);
	margin-top:11px;
	margin-left:30px;
}

#actor-logo{
	float:left;	
	width:230px;
	height:30px;
	background-image:url(../imgs/actor-logo.jpg);
	margin-top:11px;
	margin-left:30px;
}

#logo {
	float:left;
	margin-left:30px;
	margin-top:5px;
	background-image:url(../imgs/logo.jpg);
	height:60px;
	width:280px;
}

#nav {
	margin-right:30px;
	margin-top:15px;
	float:right;
	text-align:right;
	height:30px;
}

#subnav-box {
	float:left;
	text-align:left;
}

#subnav-links {
	float:left;
	text-align:left;	
}

.space{
	margin-right:6px;	
}


/*  
.bold {
	font-size:large;
	font-weight:bold;	
}
*/

.divider {
	float:left;
	color:#333333;
	margin: 0 8px;	
}

#box5 {;
	margin-right: 30px;
	margin-top:100px;
	width: 600px;
	height: 400px;
	overflow: auto;
	border: 0px dashed #000000;
	float: right;
}

.black{
	color:#000000;
	line-height:160%;
}

.clickable{
	display:block;
	height:100%;
	cursor:pointer;
	margin-left:-1000px;
}



