body {
	font-family: Arial, Sans-Serif;	
	}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -153px;
}
* html .centered { position:absolute }

.centered2 {
margin:30px auto 20px auto;
width:306px;
}

#content {
margin:auto;
width:550px;
	}
	
#content h1 {
	color:#666;
	font: bold 17px  arial, verdana, sans-serif;
	text-align:left;
	padding-top:25px;
}	

#footer {
	position: absolute;
	top:97%;
	width:99%;
	text-align:center;
	font: 10px arial, verdana, sans-serif;
	color:#B7B7B7;
	}
#footer a:link {       
	text-decoration:underline;
	color:#b7b7b7;
}

#footer a:hover {
	text-decoration:none;
	color:#C92034;
}	