
#div_header {
    position: relative;
}
    #div_header h1 {
        width: 790px;
        height: 53px;
        background: url(../image/header/back.jpg) no-repeat 0 0;
    }
        #div_header h1 span {
            display: none;
        }
    #p_lang {
        position: absolute;
        left: 690px;
        top: 18px;
    }
        #p_lang a {
            color: #5F5C52;
            padding: 0 3px;
        }