document.observe("dom:loaded",function(){
	if(screen.width<1024){
		$('main_css').href="css/main_800.css";
	}
});
