body {
	
	font-size: 1em;
	font-family: Verdana, Tahoma, Bookman Old Style, Times New Roman, sans-serif;
	color: white;
	line-height: 1.5em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	overflow: hidden;
	background-color: black;

}

#septagon {
	position: fixed;
	top: 3em;
	width: 100%;
	height: 0;
	left: 0%;
	padding: 0em 0em 0em 0em;
	background-color: none;
	text-align: center;
}


#welcome {
	position: fixed;
	top: 23em;
	width: 100%;
	height: 0;
	padding: 0em 0em 0em 0em;
	font-family: Verdana, Tahoma, Bookman Old Style, Times New Roman, sans-serif;
	font-size: 1.5em;
	text-align: center;
	letter-spacing: .1em;
	background-color: none;
}


#engage {
	position: fixed;
	top: 51em;
	width: 100%;
	height: 1em;
	padding: 0em 0em 0em 0em;
	font-family: Verdana, Tahoma, Bookman Old Style, Times New Roman, sans-serif;
	font-size: .75em;
	text-align: center;
	color: grey;
	background-color: none;
	
	

}

#engage a {
	font-weight: italic;
	text-decoration: none;
	color: #57ADB8;
	background: none;
}

#engage a:hover {
	font-weight: italic;
	color: #AFFFFF;
	background: none;
}



#footer {
	bottom: 3.5%;
	position: fixed;
	width: 100%;
	font-family: Verdana, Tahoma, Bookman Old Style, Times New Roman, sans-serif;
	font-size: .625em;
	text-align: center;
	background-color: none;
}
