//onLoad

window.onload = function()
{
	document.getElementById('content').style.width = (document.body.clientWidth - 420) + 'px';
}