.bottommenu{
width: 100%;
position: fixed;
background-image: url(../img/menu_fon.jpg);
height: 61px;
margin-left: 90px;
left: 0;bottom: 0;
}
.botmenuitem1{
background-image: url(../img/mail.jpg);
height: 60px;
width: 62px;
}
<div class="bottommenu">
<a href="">
<div class="botmenuitem1"></div>
</a>
</div>