head, body {
    margin: 0;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: gold;
    font-size:14px;
}
#outer {
    height: 100%;
    width: 100%;
}
a:active {
    color: white;
}
.ui-layout-north {
    padding: 0 !important;
    background-color: white !important;
}
.ui-layout-west {
    /* background-color: blue !important; */
    background: #feeebd url("/prodotti/jquery/jquery-ui-themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png") 50% top repeat-x !important;
}
.ui-layout-center {
    background-color: white !important;
    overflow: auto;
}
.ui-layout-east {
    background-color: green !important;
}
.ui-layout-south {
    background-color:#0D0458 !important;
    color:white;
}
/* layout */
/* sunny => 817865 */
/* humanity => cb842e */
.ui-layout-resizer-north,
.ui-layout-toggler-north {
    background: #817865 url(/immagini/toggle-up.gif) no-repeat center !important;
}
.ui-layout-resizer-east,
.ui-layout-toggler-east {
    background: #817865 url(/immagini/toggle-rt.gif) no-repeat center !important;
}
.ui-layout-resizer-west,
.ui-layout-toggler-west {
    background: #817865 url(/immagini/toggle-lt.gif) no-repeat center !important;
}
.ui-layout-resizer-south,
.ui-layout-toggler-south {
    background: #817865 url(/immagini/toggle-dn.gif) no-repeat center !important;
}
