/* JS Document - Server Error Document actions */

jQuery(document).ready(function() {
	var newPos = (($(window).height() - 340 - 100 ) / 2) * 85 / 100;
	$("#container").css("position", "relative").animate({top:newPos}, 1000);
});
