#dock {
	overflow:hidden;
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
}
#dock a:visited{
	text-decoration: none;
}
#dock a{
	text-decoration: none;
	margin: -2px;
}
#dock img {
	border: none;
	width: 0px;
	padding:0px 0px;
}
#legend {
	position: absolute;
	width:960px;
	text-align:center;
	font-family: arial;
	font-weight: bold;
	font-size: 1.7em;
	display:none;
}
