* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	/*height: 100%;*/
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 100px; /* .push must be the same height as .footer */
	position:relative;
}


.push {
	height: 100px; /* .push must be the same height as .footer */
	position:relative;
	z-index: -1;  /* Added to make this div sit underneath links in stacking order thus enabling top few links in list of events to remain clickable  */
}

/* Firefox vertical scrollbar jump fix  */


#ffscrollbarfix{
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}

/* end Firefox vertical scrollbar jump fix  */