Поднять Лого выше
<style>
* {
margin:0;
padding:0;
}
#bottom{
background-color:orange;
height:10px;
width:100%;
position:fixed;
z-index:500;
bottom:0px;
}
#bottom:hover{
height:500px;
}
#logo {
position:relative;
z-index:10000;
}
</style>
<div id='logo'>
<img src='http://javascript.ru/forum/images/ca_serenity/misc/logo.gif'>
</div>
<div id='bottom'>
<div>