html {
    height:100%;
	margin: 0;
    overflow-y: scroll;
	padding: 0;
}

body {
    background: #fff;
	color: rgba(45,45,45,1.00);
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
	font-size: 104%;
    height:100%;
	margin: 0;
	padding: 0;
	position: relative;
}
header {
	position: relative;
}
header h1 {
	background: url("images/miapharm-logo.gif") top left no-repeat;
	background-size: contain;
	height: 80px;
	margin: 0 auto;
	text-indent: -99999px;
	width: 300px;
}
a { color: #ea1b3a; }
a:active, a:focus, a:hover { color: #830014; }

#wrapper {
	/*box-sizing: border-box;*/
    height: calc(100% - 210px);
	margin: 0;
	padding: 0 0 150px;
	position: relative;
}
.container {
	margin: 0 auto;
	max-width: 1000px;
	padding: 10px 40px;
}
#content.container {
	text-align: center;
	padding: 40px 40px 120px;
}
#imagesection {
	background: url("images/header.jpg") center top no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
}
.footer-container {
	width: 100%;
}
@media screen and (min-height: 900px) {
	.footer-container {
		bottom: 0;
		height: 60px;
		left: 0;
		position: absolute;
	}
}
footer {
	background-color: rgba(203,203,203,1.00);
	color: rgba(65,65,65,.6);
	font-size: 75%;
	line-height: 2;
	padding: 40px 0;
	text-align: center;
}