﻿@media screen and (min-width:0\0) {
    /* IE9 and IE10 rule sets go here */
    .bgLeft {
        width: 20%;
    }

    .bgCentre {
        width: 60%;
    }

    .bgRight {
        width: 20%;
    }
}
