$(document).ready(function(){

	height = $("body").height();
	$(".all").css("padding-top", height/2 - 60 + "px");
	
});