
#page .header a
{
	
	display: block;
    width: 40px;
    height: 41px;
    position: relative;
    top: 14px;
    background: url(../images/mob-menu.png) no-repeat center;
    border-radius: 5px;
    z-index: 99999;
    left: -40px;

}
#page .header{ padding:0px; display: inline;background: none;}
div#page {
    float: right;
    position: relative;
    
}