// JavaScript Document  
$(document).ready(function(){  

	$("#sun").animate({top:"20%"}, 3000);
			
});
