HTML{
	height:100%;
	box-sizing:border-box;
	margin-top:0 !important;
}

BODY{
	position:relative;
	height:100%;
}

BODY.admin-bar{
	padding-top:32px;
}

DIV#page{
	position:relative;
	display:flex;
	min-height:100%;
	z-index:2;
	left:0;
	flex-flow:column;
}

HEADER#masthead{
	/* flex:0 1 110px; */
	flex:0 1 76px;
	position:relative;
}

DIV#content{
	flex:1 1 auto;
	-ms-flex:1 1 100%;
	width:100%;
	margin:auto;
	position:relative;
}

FOOTER#colophon{
	position:relative;
	width:100%;
	bottom:0;
	z-index:102;
	flex:0 1 auto;
}
