/*body {
	background: #854e26 url(../img/dock-bg.jpg);
}*/

body {
	padding-bottom: 58px !important;
}

#page {
}

@media screen {
	body>div#dock{
		position: fixed;
	}
	body>div#dock-pillar {
		position: fixed;
	}
}

#dock {
	overflow: hidden;
	width: 100%;
	height: 58px;
	background: #854e26 url(../img/dock-bg.jpg);
	text-align: center;
	white-space: nowrap;
	z-index: 97;
	position: absolute;
	bottom: 0;
	left: 0;
}
#dock .inner {
	width: 1176px;
	margin: 0 auto;
}
#dock table {
	margin: 0 auto;
}
#dock .non-link {
	display: block;
}
#dock-pillar {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/dock-pillar_repeat.png) left repeat-y;
	height: 58px;
	width: 100px;
	z-index: 98;
}

/*#dock table {
	position: absolute;
	left: 171px;
}
.splash table {
	left: 176px !important;
}
.splash {
	width: 100% !important;
}
.splash table {
	position: static !important;
	margin: 0 auto !important;
	left: 0 !important;
} */
