#footpanel {	
position: fixed;	
bottom: 0; left: 0;	
z-index: 9999; /*--Keeps the panel on top of all other elements--*/			
width: 100%;	margin: 0;}

