/* CSS Document */
html, body {
	height: 100%;	
}

body {
	background-color: #036751;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e9c201;
	text-align: center;	
}


a:link {
color: #e9c201;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e9c201;
}
a:hover {
	text-decoration: none;
	color: #393d42;;
}
a:active {
	text-decoration: none;
	color: #e9c201;
}




#center_floater { 
	width:1px;
	height:50%;
	margin-bottom: -330px;
	float:left;
}

#center {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	text-align:center;
	margin: auto;
	clear:left;
}



#quote{
	font-style: italic;
}

