#header{
    height: 130px;
    background-color: white;
    border-bottom: 1px solid #D3D3D3;
}

#header h1 a span{
    display:none;
}

#header h2{
    display:none;
}

#header h1 a,#header h1 a:hover{
    display: block;
    margin: 0; padding:0;
    background-image: url(http://splinterverse.wikidot.com/local--files/start/splintlogo.gif);
    height: 130px;
    width: 266px;
    position: absolute;
    bottom: 10px; left: 15px;
}