if(screen.width > 1024)
{
	var tudo = document.getElementById('TUDO')
	
	if(tudo != null)
	{
		tudo.style.width = '1024px'
		tudo.style.background = 'url(Img/Fx/img-back-fundo-cinza-1024.png) center top no-repeat'
		document.body.style.backgroundImage = 'url(Img/Fx/img-background2.jpg)'
		//document.getElementById('divLightHome').style.width = '874px'
	}
}
