/* CORRECTION FOR LOW RES */

function fitPage()
{
	if(screen.width<=1024)
	{
		return;
		//document.getElementById('shellBig').style.padding = '0 0 0 73px'; 
		//document.getElementById('shellBig').style.margin = '0';
	}
	else
	{
		return;
	}
	
}
