body {
	background: #333 url('../i/grid/3px_grey.png');
	color: #f9f9f9;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#header {
	line-height: 40px;
	background: #e50 ;
	text-align: center;
	font-size: 23px;
	border-bottom: 6px solid #000;
}

#centerBox {
	width: 450px;
	line-height: 40px;
	margin: 55px auto;
	border: solid 20px #111;
	background-color: #f9f9f9;
	color: #333;
	text-align: left;
	padding: 45px;
}

a, a:visited {
	color: #36b;
	text-decoration: none;
}

a:focus, a:hover {
	color: #f90;
	text-decoration: underline;
}