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

body {
	background-color: #fff200;
	background-image: url('noise-bg.jpg'); 
	background-repeat: repeat;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #111111;
	text-align: center;	
}


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




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

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

#float{
	float: right;
	padding-right: 15%;
	padding-top: 10%;
}

#red{
	color: #d31616;
}

#intheyear{
	font-size: 25px;
}
