/*csslint box-sizing: false, universal-selector: false*/

html {
	box-sizing: border-box;
	height: 100%;
}

*, *:before, *:after {
	box-sizing: inherit;
}

.fullwidth {
	width: 100%;
}

body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin: 0;
	min-height: 100%;
	padding-bottom: 67px;
	position: relative;
}

footer {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}