.layout_col1 {
    width: 100%;
}

#layout_page_wrapper.layout_fluid {
    width: expression(document.body.clientWidth < 800 ? "800px" : "auto");
}