body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #000;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

/* dock - top */
#dock {
	position: relative;
	width:900px;
	height:190px;
	text-align: center;
	margin:auto;
	margin-top: 35px;
}
.dock-container {
	position: absolute;
	width:900px;
	height:190px;
	background: none;
	margin:auto;
	top: 5px;
}
a.dock-item {
	display: block;
	width: 100px;
	color: #FFF;
	position: absolute;
	top: 25px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
a.dock-item img {
	border: none;
	max-height:100%;
	max-width:100%;
	margin:auto;
}
a.dock-item span {
	display: none;
}

