#dock {
		width: 100%;
		text-align: center;
		height:90px;
	}
	#dock a:visited{
		text-decoration: none;
	}
	#dock a{
		text-decoration: none;
		margin: -2px;
	}
	#dock img {
		border: none;
		width: 0px;
		top:0px;
		vertical-align:top;
	}
	#legend {
		width: 100%;
		text-align: center;
		font-family: Verdana;
		font-weight: bold;
		font-size: 20px;
		color: #a3a3a3;
		height:20px;
		padding-bottom:10px;
	}
