$(document).ready(function(){
    var top = ( $(window).height() - ($('.content').height()-18) ) / 3;
    $('.content').css('margin-top', top);
});