#Wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -40px;
}
#FooterPush {
	height: 40px;
}
#Footer {
	z-index: 1;
	background-color: #2f2f2f;
	height: 40px;
	width: 100%;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
#Footer p {
	display: block;
	color: #696969;
	font-size: 0.7em;
	margin: 15px 10px;
	line-height: normal;
	text-align: left;
}

/* -- print ------------------------------------------------------- */
@media print {
	#Footer {
		display: none;
	}
}