* {
	margin: 0;
	padding: 0;
}

body {
	padding: 16px 8px 8px;
	background: #000;
	color: #c0c0c0;
	font-size: 68.75%;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
}

ul {
	list-style-type: none;
}

li {
	float: left;
	height: 80px;
	width: 67px;
	padding-bottom: 8px;
	margin: 0 4px 0 5px;
}

a {
	display: block;
	position: relative;
	height: 80px;
	width: 67px;
	color: #c0c0c0;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

a:hover,
a:focus,
a:active {
	color: #fff;
}

a img {
	display: block;
	height: 60px;
	width: 59px;
	margin: 0 auto;
	border: 0;
}

a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 62px;
	background: url("webclip-mask.png") top no-repeat;
	text-align: center;
}