/* CSS Document */
html, body {
	background: #8e1f13 url(site_bg.gif) repeat-x;
	height: 100%;
}

#centeredcontent {
	width: 650px;
	height: 447px;
	text-align: center;
	/*background-image:url(homestead_logo_new.png);*/
    background-image:url(homestead_logo.png);
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -326px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -230px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
.font {
	color: #b72f23; 
	font-size:13px;
	font-weight:normal;
	padding:0;
	display: inline;
}
