
body {
	font-family: "Arial", sans-serif;
}

a {
	color: #426db5;
}

.centerBox {
	color: #666;
	background: url('logo-ignaz.png');
	background-position: top center;
	position: absolute; 
	width: 500px; 
	height: 150px; 
	left: 50%; 
	margin-left: -250px;
	text-align: center;
	padding-top: 150px;
	background-repeat: no-repeat;
	top: 230px;
}
