$(document).ready(function() {
  $("#update").css("top", (($(window).height() - 708) / 2) );
});

