html {
	height: 100%;
}

body {
	background-color: #C4C4C4 !important;
	height: 100%;
}

#wrapper {
	padding:110px 0 0 0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

#header {
	width: 100%;
	height:110px;
	margin-top:-110px;
}

.row.homepage {
	background-color:#91d3d0;
	min-height: 100%;
}

.row.homepage h2 {
	color: #555555;
	font-size: 1.5em;
	margin-top: 10px;
}

.row.homepage h3 {
	color: #555555;
	font-size: 1.2em;
}

.row.homepage form {
	margin: 0;
}

.row.homepage label {
	font-size: 1rem;
}

.nomargin {
	margin: 0;
}

input[type="text"], input[type="password"]  {
	background-color: white !important;
}

.row.homepage table tr th {
	background-color: #555;
	color: #c4c4c4 !important;
}

.row.homepage table {
	border: 1px solid #555 !important;
	border-collapse: collapse !important;
}

p a, p a:hover, p a:focus {
	color: #555;
	text-decoration: underline;
}