body {
		background: #e5d7fd;
		width: 100%;
		height: 100%;
            color: #FBFBD9;
	}
	



#dock {
		position: absolute;
		bottom: 58%;
		width: 100%;
		text-align: center;
                color: #FBFBD9;
		left: 0px;
	}
	
	#dock img {
		border: 0px;
		width: 0px;
	}




#legend {
		position: absolute;
		bottom: 50%;
		width: 100%;
		text-align: center;
		font-family: gill sans MT, arial,georgia;
		font-weight: ;
		font-size: 1em;
		color: #847bab;
	}


	

#footer  
{
     
     font-size: 9px;
     font-family: gill sans MT, arial,georgia;
     background-color: #e5d7fd;
     text-align: center;
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 200px
     }
