/**
 * Copyright (c) 2001-2009 Laszlo Systems, Inc.
 * All Rights Reserved.
 */
html, body { 
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #898989;
}
div.container {
    width: 100%;
    height: 100%;
}
table {
    width: 100%;
    height: 100%;
}
iframe.appFrame {
    width: 100%;
    height: 100%;
}
iframe.hidden {
    width: 0px;
    height: 0px;
    border-width: 0px;
}