
body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover {
	text-decoration: none;
}

main {
	margin-top: -8px;
}

main span {
	position: absolute;
	font-size: 95px;
}

main .first {
	margin-top: 27px;
	color: #eee;
}

main .second {
	margin-top: 77px;
	color: #ddd;
}

main span span {
	width: 100%;
	height: 45px;
	left: 0;
	margin-top: 25px;
	background-color: #fff;
}


main a:hover .first,
main a:hover .second {
	color: #f90;
}

footer {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 0.8em;
}

footer a {
	display: block;
	text-align: right;
	color: #999;
	text-decoration: underline;
}
