#page .header a{
    display:block;
    width:40px;
    height:41px;
    position:absolute;
    top:-170px;
    background:url(../images/mob-menu.png) center no-repeat;
    border-radius:5px;
    z-index:99999;
    right:0
}
#page .header{
    padding:0;
    display:inline
}
div#page{
    float:right;
    position:relative
}
