body { background-color: white; }
div.logincontainer {
	margin: 100px auto 0 auto;
}
section#main-body {
	min-height: 100%;
}
section#footer {
	background-color: #f8f8f8;
    clear: both;
    position: relative;
    height: 75px;
    margin-top: -75px;
}
.err {
	font-weight: bold;
	color: red;
}
