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

* {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto;
	width:800px;
	height: 100%;
	 /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 80px; /* .push must be the same height as .footer */
}

/*

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

*/
