@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}

#footer, .push {
	clear: both;
	height: 100px; /* .push must be the same height as .footer */
}

