#header {
    height: 100px;
}
#header h1 a span{
    display: none;
}
#header h2 {
    display: none;
}
#header h1 a,#header h1 a:hover{
    margin: 0;
    padding: 0;
    background-image: url(/local--files/start/logo.jpg);
    height: 100px;
    width: 500px;
    position: absolute;
    top: 0px;
    left: 0px;
}