* {
/*	margin: 0;*/
  margin-top: 0px;
  margin-bottom: 0px;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -51px; /* the bottom margin is the negative value of the footer's height */
}
.footer {
  border-top: 1px solid black;
	height: 50px; /* .push must be the same height as .footer */
}
.push {
  clear: both;
	height: 51px; /* .push must be the same height as .footer */
}

/*

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

*/
