$(document).ready(function(){
	$("div#background img").fadeIn(1000, function(){
		$(this).animate({'marginLeft':'16px', 'marginTop':'38px', 'width':'237px', 'height':'83px'}, 1000, function(){
			$("div#background").fadeOut('slow');
		});
	});
});
