html, body {
	height: 100%;
	width: 100%;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	height: 96%;
	width: 100%;
	position: absolute;
}

h1 {
	font-family: sans-serif;
	color: #6A6C79;
	border-bottom: thin solid #B3D7ED;
	
}