$(function(){
	var _ch = $('#container').height() + $('#footer').height();
	var _wh = $(window).height();
	
	var _mt = ((_wh-_ch)/3)+15;
	
	$('#container').css({'margin-top' : _mt+'px'});
	$('html').css({'background-position' : 'center '+(_mt-80)+'px'});
});
