#foot_menu {
height: 71px;
position: relative;
z-index: 1;
}

#foot_menu span {
position: absolute;
z-index: 1; 
bottom: 5px;
color: #757474;
margin-left:3px;
}

#foot_menu span a {
text-decoration: none;
color: #757474;
font-size: 11px;
}

#foot_menu span a:hover {
color: #659CE9;
}