
#brandsTitle{
    position:relative;
    width:200px;
    text-align:center;
    height:36px;
    margin:0 auto;
    margin-top:40px;
    color:#D71D03;
    font-size:22px;
}

#brandsDivider{
    position:relative;
    width:890px;
    height:1px;
    background-color:#A9A3A3;
    margin:0 auto;
}

#brands{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top:40px;
    margin-bottom: 60px;
}

.brandContainer{
    position: relative;
    float: left;
    margin-left: 45px;
    margin-right: 45px;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    display:block;
}

.brandImg{
    position:absolute;
}