﻿//$(window).resize(function ()
//{
//    $(".centeredContent").css(
//    {
//        position:"absolute",
//        left: ($(window).width() - $(".centeredContent").outerWidth()) / 2,
//        top: ($(window).height() - $(".centeredContent").outerHeight()) / 2
//    });
// 
//});
// 
//// To initially run the function:
//$(window).resize();
