﻿$(document).ready(function () {

    $(".ContTxt").load('Sobre.html');
    //PNG FIX 
    $(document).pngFix();

}); 
