/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

/*
* {
	margin: 0;
}*/
html, body {
  	height: 100%;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -133px;
	overflow: hidden !important;
	overflow: visible;
}

#footer, #push {
	height: 130px;
}

#push {
	z-index: auto !important;
	z-index: -100;
	position: static !important;
	position: relative;
}

#ui-datepicker-div {
	display: none;
}