
var iContainerHeight = document.getElementById('container').offsetHeight;
var iMod = iContainerHeight-Math.floor(iContainerHeight/2)*2;
var iBodyHeight = document.getElementById('body').offsetHeight;

if (iMod == 1)
{
	document.getElementById('body').style.height = iBodyHeight + 1 + 'px';
}