var obj = document.getElementById("bodyWrapper");
if (obj != null)
{
	obj.className = 'red';	
}
