function changeBg(){
	document.body.style.background = "#e1eef9";
}