function changeBG (newColor)
{
	document.getElementById("container").style.backgroundColor = newColor;
}