function stretchBackground() {
	var theight = document.getElementById('mainContainer').offsetHeight;
	document.getElementById('container').style.height = (theight + "px");
}
