#dock {
	width: 100%;
	text-align: center;
	position: absolute;
	height:0;
	padding:0;
	margin:0 auto;
	left:0;
	background:#f90;
}
#dock p {
	text-align: center;
}
#dock2 {
	position:absolute;
	bottom:0px;
	width:100%;
	padding:0;
	margin:0;
	left:0;
}
#dock a:visited {
	text-decoration: none;
}
#dock a {
	text-decoration: none;
	margin: -2px;
}
#dock img {
	border: none;
	width: 0px;
}
#legend {
	width: 100%;
}