function initSpacing()
{
	var cont = document.getElementById('content_div');
	cont.style.height = document.body.clientHeight - 155;
}

