body {
	margin:0px;
	padding:0px;
	text-align:left; /* IE6 needs this to center the layout in the browser window */
	background-color:#000;
	background-image:url(../images/background.jpg);
	}
	
img {
	border:0px;
	}
	
#main_wrapper {
	width:1280px; /* sets max layout width */
	height:853px;
	margin-left:0px;  /* centers layout in browser */
	margin-top:0px; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	position:relative;
	height:100%;
	}
#header {
	/* full width by default */
	}

#nav {
	position:absolute;
	left:65px;
	width:327px;
	background:transparent;
	}

#footer {
	/* full width by default */
	}
#header_inner, #nav_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#header_inner {
	margin-left:65px;
	height:213px;
	width:562px;
	display:block;
	background-image:url(../images/torrancecoombs.png);
	left:0px;
	}
#nav_inner {
	margin:0;
	padding:0;
	}
#footer_inner {
	padding:0;
	}
	
#nav_inner div {
	margin:0;
	padding:0;
	behavior:url(../javascript/csshover.htc);
	}
#imdb a {
	display:block;
	width:115px;
	height:48px;
	background:transparent url(../images/1_imdb.png) no-repeat;
	margin:0px;
	padding:0px;
	}
#imdb a:hover {
	background-position:-115px 0;
	} 
#facebook a {
	display:block;
	width:219px;
	height:52px;
	background:transparent url(../images/2_facebook.png) no-repeat;
	margin:0px;
	padding:0px;
	}
#facebook a:hover {
	background-position:-219px 0;
	}
#twitter a {
	display:block;
	width:158px;
	height:46px;
	background:transparent url(../images/3_twitter.png) no-repeat;
	margin:0px;
	padding:0px;
	}
#twitter a:hover {
	background-position:-158px 0;
	}
#demoreel a {
	display:block;
	width:219px;
	height:52px;
	background:transparent url(../images/4_demoreel.png) no-repeat;
	margin:0px;
	padding:0px;
	}
#demoreel a:hover {
	background-position:-219px 0;
	}
#resume a {
	display:block;
	width:169px;
	height:50px;
	background:transparent url(../images/5_resume.png) no-repeat;
	margin:0px;
	padding:0px;
	}
#resume a:hover {
	background-position:-169px 0;
	}
#contact {
	display:block;
	width:327px;
	height:238px;
	background:transparent url(../images/6_contact.png) no-repeat;
	margin:0px;
	padding:0px;
	}
#copy {
	display:block;
	width:327px;
	height:121px;
	background:transparent url(../images/copy.png) no-repeat;
	margin:0px;
	padding:0px;
	}

.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}