
#page .header a {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -45px;
    background: url(../images/mob-menu.png) no-repeat center;
    z-index: 99999;
    right: -10px;
}
#page .header{ padding:0px; display: inline;}
div#page {
    float: right;
    position: relative;
}

#page .header a {
    background-color: none !important;
    background: url(../images/menu.svg) no-repeat center;
}