

function updateBackground(hex)
{

	$("body").css({'background-color' : hex});
}