$(document).ready(function(){
	$("#wrapper").dropShadow({
		left: 0, 
		top: 0, 
		blur: 3
	});
});
