$(document).ready(function(){
	jQuery.easing.def = "easeOutBounce";
	$("#logo").css("top","-135px");
	$("#logo").animate({"top": "+=135px"}, 1500);
 });