	if(screen.width <= 1024){
	//document.getElementById("container").style.width = "993px"; 
	//document.getElementById("container").style.backgroundImage = "url(images/back2.png)"; 
	//document.getElementById("container").style.backgroundColor = "#ffffff";
	//document.body.style.backgroundColor = "#ffffff";
	document.write('<link rel=stylesheet href="css2.css">')
	}
	else
	{
	document.write('<link rel=stylesheet href="css.css">')
	}
