
/* Entire page */
div#content {
    /* cross browser min-with from http://www.antix.co.uk/code/css/imposing_minimum_width/ */
    min-width:950px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 980 ? "980px" : "100%" );
}
