//var snwidth = screen.width;
//var snhalf = parseInt(snwidth/9);
//alert(snhalf);
//document.getElementById('bg1').style.left = snhalf+'px';
document.body.style.overflow = 'hidden';
function closechristmasdiv(){
	document.getElementById('bg1').style.display = 'none';
	document.getElementById('page-background').style.display = 'none';
	//document.body.scroll = "yes";
	document.body.style.overflow = 'scroll';
}
