$(document).ready(function(){
	$(".close").click(function () {
		$("#overlay").remove();
	});
});

