body {
	font: 11px Arial;
	background: #ffffff;
	padding: 0;
	margin: 15;
}
img {
	border: none;
}

.dock {
	position: relative; 
	height: 70px; 
	text-align: center;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 9px Arial;
	letter-spacing: 1pt;
	width: 40px; 
	color: #000000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}