#hd { 
    background-image: url("/static/img/grass.gif");
    background-repeat: repeat-x;

    background-position: 0 100%;

    background-color: #333;

    height: 120px;

    padding: 0;
    margin: 0;
    
    border-bottom: 2px solid #333;
}

#hd-logo {
    background-image: url("/static/img/head.gif");
    background-repeat: no-repeat;
    background-position: 0px 50%;
    
    height: 60px;
    width: 100%;
}

#hd-logo * {
    display: none;
}