$(window).load(function() {
	var wrh = $(window).height()/2 - 258;
	var wrh2 = wrh+"px";
	$('#wrapper-inner').css({"top":wrh2});
});