    #dock {
        float:left;  
        /* left:200px; */ 
        /* position:absolute; */
		text-align: center;
        width:700px; 
        z-index:99;
        /* margin:0 auto; */
        top:30px;
    }
	#dock a:visited{
		/*text-decoration: none;*/
	}
	#dock a{
		/*text-decoration: none;*/
		margin: -2px;
	}
	#dock img {
		border: none;
		width: 0px;
	}
	#legend {
		position: relative;
		top: 2px;
		bottom: 0px;
		/*width: 100%;*/
		text-align: center;
        /*color: #486483;*/
        /*color: #663825;*/
        color: #FFFFFF;
        font-style:normal; 
        font-variant:normal; 
        font-weight:bold; 
        font-size:12px; 
        font-family:Arial; 
	}