/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
	html {
		height: 100%;
		min-height: 100%
	}

	footer {
		width: 100%;
		bottom: 0;
		position: absolute;
	}

}
