$(document).ready(function(){
    if( $("#layer-xmas").length )
    {
        $("#layer-xmas").css({
            "width":"902px",
            "height":"602px",
            "left":(($(window).width()-902)/2)+"px",
            "top":"50px"
        });
    }

    $("#layer-close img").click( function() {
        $("#layer-xmas").remove();
    } );
});
