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

* {
margin: 0;
}
html, body {
	height: 100%;
	background-color: #FF6;
}
.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px;
	min-height: 85%;
	margin-top: 20px;
}
.footer, .push {
	height: 85px;
	text-align: center;
}
