html, body { width: 100%; overflow: hidden; min-height: 490px; position: relative; z-index: 0;}

#home-image { 
	width: 100%;
	height: 340px;
 	background: url(../images/home-holder-wide.jpg) top no-repeat #1c1c1c; 
	margin: 0 auto;
 }
 
.top {
 	margin-top: 20px;
 }
 
/*
span#footer {
	height: 50px;
	background:url(../images/footer-wide.png) no-repeat right;
}
*/

#home-footer #bottom-bar-home .middle #nav {
/*	width: 620px;*/
	position: relative;
	z-index: 100;
}

#home-footer .middle div#home-search {
	overflow: hidden;
}

#home-footer .middle div#home-search form {
	width: 200px;
	overflow: hidden;
}

#nav.home-nav li a {
	font-size: 90%;
}


#outer { height: 100%; }
#middle { 
	height: 461px; 
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	} 
#inner { height: 461px; } 
