$(document).ready(function(){	
		
		$('#centered').fadeIn();
		
$("#closethis").click(function() {
  $('#centered').fadeOut();
});

});
   	


