html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: trebuchet ms;
	color: #000A29;
}

#wrapper {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 400px;
}

.carbon{
	font-size: 250px;
}

.number{
	font-size: 35px;
}

.tagline{
	font-size: 14px;
	font-style: italic;
}

.tagline a{
	text-decoration: none;
	color: #664D00;
}