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

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


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




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



#intheyear{
	font-size: 25px;
}

