body, html {
	height: 100%;
	margin: 0; padding: 0;
	font-family: Helvetica, Arial, sans-serif; 
	background-color:black;
	text-align: center;
	display: block; overflow:hidden;
}
.btnInv {
	position: absolute; 
}
.movInv {
	position: absolute; 
	top: 0px; left: 0px;
	display: block;	
	width: 100%;
	height: 100%;
	background-image:url(../imgs/spacer.gif);
	background-repeat:repeat;
}
p { font-size:09px; }

div#vspacer {
	height: 50%;
	width: 100px;
	margin-bottom: -290px;
	float: left;
}

div#site {
	position: relative; 
	margin: auto auto; 
	clear: left;
 	width: 866px; 
	height: 580px;
	border: 0; padding: 0; 
	text-align: center;
}
div#nav {
	position:absolute; 
	top: 160px; 
	left: 140px; 
	z-index: 12;
	text-align:left;
}
div#info {
	position: absolute; 
	top: 344px; 
	left: 140px; 
	z-index: 15; 
	visibility: hidden; 
	font-size:11px; 
	font-weight:bold; 
	text-align:left;
}
div#movies {
 	position:absolute; 
	top: 0px; 
	left: 0px; 
	z-index:10;"
 }
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
a:link {
	color: black;
	text-decoration:none;
	}
	a:visited, a:active {
	text-decoration:none;
	color: black;
	}	
a:hover {
	text-decoration:underline;
	}	
	
