/* Win */

.win {width:100%;min-width:760px;}
.win {width:expression(body.clientWidth > 761 ? "100%" : "760px");}


