$(function(){
	var H = $('#shop_name').height();
	var P = 89.5 - H/2;
	$('#shop_name').css("top",P);
});


