﻿$(document).ready(function(){
    var mainDiv = $("#main");
    mainDiv.css("top", ($(window).height() - mainDiv.height() - 100) / 2);
});
