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

body {
	
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #390150;
	text-align: center;	
}


a:link {
color: #390150;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #390150;
}
a:hover {
	text-decoration: none;
	color: #390150;;
}
a:active {
	text-decoration: none;
	color: #390150;
}




#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;
}

#txt {
	font-size: 12px;
	color: #e2d614;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	text-align:left;
	margin: auto;
	clear:left;
}

#intheyear{
	font-size: 25px;
}

