﻿* html #container
{
   width: expression(document.body.clientWidth < 1000 + 2 ? "1000px" : "100%");
}
