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

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

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