if(screen.width < 1171){
	document.getElementsByTagName('html')[0].style.overflow = "auto";
	document.getElementById('sub-container').style.left = "0px";
	document.getElementById('sub-container').style.marginLeft = "0px";
	document.getElementById('sub-container').style.padding = "0px";
	document.getElementById('container').style.backgroundPosition = "-296px -26px";
	document.getElementById('container').style.overflow = "auto";
	document.getElementById('container').style.width = "1171px";
	document.getElementById('footer-bg-bottom').style.width = "1171px";
	document.getElementById('footer-bg-bottom').style.backgroundPosition = "-296px 0px";
}
