function resize()
{
	document.getElementById('main_content').style.height = document.body.parentNode.scrollHeight + 'px';
}