* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 94.5%; /*98.5%*/
	height: auto !important;
	height: 94.5%; /*98.5%*/
	margin: 0 auto -0.5%; /* 2.5% - the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 0.5%; /* 2.5% - .push must be the same height as .footer */
}

html {
	-webkit-text-size-adjust: none;
}

