var Application = {
	fixDivPaths : function() {
		h = screen.height;
		divPos = (h - 600) / 2;
		document.getElementById('container').style.top = divPos +'px';
		document.getElementById('leftarea').style.top = (divPos - 87) +'px';
	}
}