/* uncani stylesheet */
body, section, span {
	margin: 0;
	padding: 0;
}
section {
	display: block;
}
html, body {
	background-color: #000;
	color: #fff;
	height: 100%;
}
body > div:first-of-type {
	position: relative;
	width: 446px;
	margin: 0 auto;
	height: 100%;
}
body > div:first-of-type > div {
	position: absolute;
	top: 50%;
}
body > div:first-of-type > div > div {
	position: relative;
	top: -50px;
}
body > div:first-of-type > div > div > span {
	background-repeat: no-repeat;
	display: inline-block;
	height: 100px;
	overflow: hidden;
	text-indent: -1000px;
	width: 71px;
}