286

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #c00000;
	color: white;
}

#outer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#inner {
	position: absolute;
	top: -136px;
	left: -4em;
	height: 128px;
	width: 8em;
	margin: 0 auto;
	padding: 0;
	background: url(pdf.png) no-repeat top center;
}

a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	padding-top: 144px;
	color: white;
	text-align: center;
	text-decoration: none;
	font: 13px 'Lucida Grande', 'DejaVu Sans', 'Segoe UI', 'Tahoma', sans-serif;
}

.title {
	display: none;
}

a:hover .name, a:active .name {
	display: none;
}

a:hover .title, a:active .title {
	display: inline;
}