﻿$(document).ready(function() {
    if ($.browser.msie && $.browser.version == 8.0) {
        $('#home-how,#home-features,#home-faq').attr("style", "width:999px!important");
        $('#content>div').css('width', '1020px');
    }
});
