/* Opera Hack to set different bottom value for Opera too */
@media all and (min-width: 0px){
    #headerImage{
       position: relative;#
       bottom: -22px;
    }
}