body {
	background: #000 url(face.jpg) no-repeat 50% 220px;
	color: #eee;
	font-family: Helvetica, Arial, sans;
	text-align: center;
}

h1 {
	border-bottom: 1px solid #eee;
	margin-bottom: 2em;
}

a {
	text-decoration: none;
	color: #eee;
}

a:hover {
	color: #00f;
}

#name {
	position: absolute;
	border: none;
	font-weight: normal;
	margin: 0;
	font-size: 130%;
	left: 0.5em;
}

