﻿$(document).ready(function() {
    $('.MenuButton').corner();
    $('.LogoLine').corner("top");
    $('.Footter').corner("bottom");

});
