body {
	background: url('background.jpg');
	text-align: center;
}

#wrapper {
	margin: -28 0 0 -339;
	padding: 100 0 0 0;
	background: url('logo.png') no-repeat top left;
	width: 678px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#wrapper h2 {
	display: none;
}

#wrapper p {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 13px;
	color: #bbbbbb;
}

#wrapper a {
	color: #bbbbbb;
	text-decoration: none;
}

#wrapper a:hover {
	color: #eeeeee;
}
