$(document).ready(function() {
	$('#container').css('margin-top', ($(window).height() / 2) - ($('#container').height() / 2) + 'px');
});
