html {
	height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	}
.breathe {
	position: block;
	height: 80px;
	width: 100%;
	}
.wrapper {
	width: 100%;
	position: relative;
	min-height: 99.9%;
	height: 99.9%;
	margin: 0 auto;
	padding: 0;
	border: none;
	}
.footerbar {
	position: absolute;
	width: 100%;
	bottom: 0 !important;
	left: 0;
	}
.sub-wrap {
	position: relative;
	min-height: 100%;
	}
	
