BODY {
	body: 0;
	margin: 0;
	background-color: white;
	font-family: arial, helvetica, sans-serif;
	background-image: url(graphics/main-bg.gif);
	background-repeat: repeat-x;
	}
P { margin-top: 0; padding-top: 0; }

#topad { 
	position: absolute;
	top: 0px;
	left: 260px;
	}
	
#theater {
	position: absolute;
	left: 0px;
	top: 108px; 
	width: 557px;
	height: 391px;
	z-index: 5;
	background-image: url(graphics/theater.jpg);
	border-top: solid 1px white;
	border-right: solid 1px white;
	}

#nav { 
	margin-top: 84px;
	margin-left: 20px;
	color: white
	}
#nav A, #nav A:visited { 
	font-family: impact;
	font-size: 14px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
	}
#nav A:hover { text-decoration: underline; font-weight: bold; }
	
#right { 
	position: absolute; 
	left: 558px;
	top: 108px;
	width: 440px;
	height: 391px;
	border-top: solid 1px white;
	background-image: url(graphics/triangle.gif);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 5;
	color: white;
	}
#righttext { 
	padding: 10px 5px 0px 5px;
	}
#righttext A, #rightext A:visited { 
	color: white;
	text-decoration: underline;
	}
#righttext P { 
	font-size: 12px;
	margin-bottom: 20px;
	}
	
#logos { 
	position: absolute;
	left: 20px;
	top: 510px;
	width: 180px;
	}

#abouttext { 
	width: 400px;
	position: absolute;
	left: 210px;
	top: 510px;
	font-size: 12px;
	}
	
#coolstuff { 
	width: 400px;
	position: absolute;
	left: 620px;
	top: 510px;
	}

#screenimg { 
	position: absolute;
	left: 212px;
	top: 140px;
	z-index: 90;
	}
#screentriangle {
	position: absolute;
	left: 439px;
	top: 110px;
	z-index: 100;
	}
#belowscreen {
	width: 270px;
	position: absolute;
	left: 230px;
	top: 330px;
	color: white;
	font-weight: bold;
	z-index: 95;
	}
.homemoviepic { margin-right: 5px; }


/* SUBPAGES */
#subbody { 
	padding: 0;
	margin: 0;
	background-color: white;
	}
#redbar { 
	background-color: #B3150A;
	width: 90%;
	position: absolute;
	left: 0px;
	top: 90px;
	height: 15px;
	}
