@charset "utf-8";
html, body {
	height: 100%;
} /*for sticky footer*/
/* CSS Document */

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -22px;
}/*for sticky footer*/

.footer, .push {
	height: 22px; /* .push must be the same height as .footer */
}
