#header {
	display: none;
	z-index: 200;
	top: 0px;
	margin-left: 27px !important;
	width: 251px;
	position: absolute;
	background: transparent url(images/nav_bg.png) no-repeat top center;
	height: 99%;
	min-height: 720px;
}
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	color: #fff;
	font-size: 10px;
	height: 235px;
	z-index: 250;
}
#footer_shadow{
	position: fixed;
	height: 10px;
	background: url(images/footer_top_border.png) repeat-x top center;
	width: 100%;
	left: 0;
	bottom: 235px;
	z-index: 250;
}

.solid_bg #header {
	min-height: 1000px;
}