body {
	background-image: url(../images/confusion-big.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.wood-film {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 76px;
	overflow: hidden;
}

.wood-3rd {
	position: absolute;
	left: 164px;
	top: 76px;
}



/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

.film-menu {
	position: absolute;
	top: 500px;
	left: 166px;
	color: #444;
	margin: 0px;
	font-family: arial;
	font-size: .8em;
	list-style: none;
}

.film-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 227px; /* Width of Menu Items */
	}

.film-menu ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 16px;
	left: -7px;
	text-indent: 7px;
	}


/* Styles for Menu Items */
.film-menu ul li a {
	display: block;
	text-decoration: none;
	color: #444;
}

.film-menu ul li a:hover {
	/* color: #000;
	background: #FFCC66; */
	color: #fff;
	background: #39f;
}

li:hover ul { display: block; } /*  The magic */


.li-heading {
	color: #111;
}

.heading {
	font-family: "Georgia" Times serif;
	font-size: 17px;
	margin-top: 10px;
	color: #000;
}
.menu-heading {
	text-transform: uppercase;
	text-indent: 12pt;
	font-weight: bold;
}

#column2 {
	width: 220px;
	position: absolute;
	left: 424px;
	top: 490px;
	border-bottom:1px dotted #999999;
}

.text-bottom {
	color: #111;
	padding-bottom: 1em;
	font-family: "Georgia" Times serif;
	font-size: 14px;
	line-height: 19px;
}

.text-bottom a:link, .text-bottom a:visited, .credits a:link, .credits a:visited {
	color: #993300;
	text-decoration: none;
	border-bottom:1px dotted #993300;
	font-weight: bold;
	font-style: italic;
}

.text-bottom a:hover, .credits a:hover {
	color:#FFF;
	text-decoration:none;
	background-color: #FF6600;
	border: 0px none;
}

.film-menu .text-bottom {
	font-family: "Helvetica Neue" Helvetica, Arial, sans-serif;
}

.film-menu .text-bottom a {
padding-right: 12px;
background:url(/images/arrow-hr.png) no-repeat right 5px;
font-style: normal;
}

.film-menu .text-bottom a:hover {
background: #FF6600 url(/images/arrow-hrw.png) no-repeat right 5px;

}

.qt-bottom {
	position: absolute;
	left: 159px;
	top: 461px;
}

#screen-holder {
	position: relative;
	width: 640px;
	height: 456px;
/* 	border: 1px solid red; */
}

#screener {
	position: absolute;
	width: 480px;
	bottom: 0px;
	left: 166px;
	
	background: url('/images/film-wood.gif') no-repeat bottom left;
	margin-left: -166px;
	padding-left: 166px;
}

#qt-movie {

}

.credits {
	position: absolute;
	left: 89px;
	top: 715px;
	width: 320px;
	font-family: arial;
	font-size: 10px;
	color: #666;
	text-align: right;
	line-height: .5em;
}

.bottom-piece {
	position: absolute;
	left: 0px;
	top: 960px;
}

/* object stuff here */

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}