body {
	background: #000;
	color: #fff;
	font-size: 100%;
	font-family: Tahoma, serif;
	margin: 0;
	padding: 0;
}

#birthday {
	display: none;
	font-size: 6em;
	margin: .5em auto 0;
	position: relative;
	white-space: nowrap;
	width: 5.2em;
}

#birthday a {
	color: #fff;
	text-decoration: none;
}

#birthday a:hover span {
	text-decoration: underline;
}

#birthday .item {
	display: block;
	float: left;
}

#birthday i {
	font-style: normal;
}
