﻿
$(document).ready(function() {
	var vheight = $(document).height()
	$('#main').height(vheight);
});
