document.body.style.backgroundImage = "url(../../images/bgBody.gif)";
for(var iExtra = 0; iExtra < arExtraBg.length; iExtra += 2)
{
	if(window.name == arExtraBg[iExtra])
	{
		document.body.style.backgroundImage = "url(" + arExtraBg[iExtra + 1] + ")";
	}
}
document.body.style.backgroundRepeat = "repeat";
document.body.style.backgroundAttachment = "fixed";
if(window.name == 'LexContent')
{
	document.body.style.backgroundPosition = '-200px -100px';
}
document.body.style.padding = "5";


if(window.name == 'News')
{
	document.body.style.paddingTop = '80px';
}
