$(document).ready(function(){
	h = $(document).height();
	w = $(document).width();
	fTop = h-112;
	cTop = (fTop-494)/2;
	$('#wrapper').css({'height': h});
	$('form#agecheck').css({'top': cTop});
	$('.container').css({'top': cTop});
	$('.footer').css({'width':w, 'margin-top': fTop});
});
