.ancho{
	width:1200px;
}
.anchoa, #div_html{
	min-width:1200px;
	width:expression(document.body.clientWidth < 1200? "1200px" : "auto");
}