body { font: 11px Arial, Helvetica, sans-serif; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 0; margin: 0; }
img {
	border: none;
}

/* dock - top */
.dock { position: relative; height: 100px; text-align: center; }
.dock-container { background-repeat: ;;background-attachment: ;;background-position: 0 0; position: absolute; height: 100px; padding-left: 20px; }
a.dock-item { display: block; width: 40px; position: absolute; top: 0; text-align: center; text-decoration: none; font: bold 12px Arial, Helvetica, sans-serif; }
.dock-item img { border: none; margin: 5px 10px 0; width: 100%; }
.dock-item span { display: none; padding-left: 20px; }

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 { background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position: absolute; height: 50px; padding-left: 20px; }
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	bottom: 0; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img { border: none; margin: 5px 10px 0; width: 100%; }