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