@charset "UTF-8";
/* CSS Document */


#footer {
  height: 32px;
	background-image: url("/images/bggrid52.png");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 4px !important;
	padding-left: 4px !important;
	padding-top: 4px !important;
	vertical-align: middle;
	font-size: 13px;
	position: sticky;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
#footer a{
	text-decoration: none;
	color: black;
}
.spacer
{
	flex-grow: 1;
	/*min-height: 20vh;
	height: 99vh;*/
}
#content {
	min-height: calc(100vh - 74px - 76px);
}
#footer a:hover {
	text-decoration: underline;
	cursor: pointer;
}
#footer img{
	border: 2px solid #ff8f6d;
}

