body {
	text-align: center;
	background: #eee;
}

h1 {}

	h1 a {
		display: block;
		width: 245px;
		height: 178px;
		margin: 75px auto 50px;
		text-indent: -999em;
		background: url('38.png') no-repeat 50% 0;
		border-width: 0;
	}

p {
	font: 12px/18px Georgia, Serif;
	color: #999;
}

	a {
		color: #888;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
	}

		a:hover {
			color: #666;
			border-bottom-color: #bbb;
		}