body{
    padding:0;
    margin:0;
    list-style: none;
    overflow-x: hidden;
}

a{
    text-decoration: none;
}

#menuheader{
    font-family: proxima; font-size: 15px; color: #787878; text-transform: uppercase;
}
#menuheader:hover{
    color: #583b2d;
}

#gunung{
    font-family: droid;
    font-size: 12px;
    color: #583b2d;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 5px ;
    padding: 0 0 12px 0;
    text-transform: uppercase;
}
#gunung:hover{
    background-image: url('../images/gunung.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    cursor: pointer;

}
    
#woll{
   width:294px; height: 204px; position:relative; 
   font-size: 0;
}

#woll:hover{
     background-image: url('../images/ga.png'); 
     cursor: pointer;
     font-size:34px; 
    
     
}