﻿#brand_header
{
    position: relative;
    width: 807px;
    height: 143px;
    margin: 30px auto;   
    background-image: url(/images/brand_page_header.png);
}

#brand_header_badge
{
    position: absolute;        
    width: 112px;
    height: 118px;
    background: url(/images/brand_page_badge.png) no-repeat;
    margin-left: 720px;   
    margin-top: -15px;       
    padding-top: 15px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}


