* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #eee;
}

.logo {
	height: 100px;
	width: 100px;
	background: transparent url(../img/logo.png) center center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -100px;
}

p {
	width: 300px;
	padding: 10px;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: 10px;
	position: absolute;
	font-family: helvetica;
	font-size: 13px;
	letter-spacing: 0.04em;
	color: #999;
	text-shadow: #fff 0px 1px 0px;
	text-align: center;
}

p b {
	color: #ec6f6f;
	font-weight: bold;
}