#body {
    background-color: #F9FAFB;
    /*    background-color: #EEE;*/
    min-height: 100%;
    position: relative;
    background-image: url("../images/bg-body.gif");
    background-repeat: repeat-y;
    background-position: center;
}
* html #body {
    height: 100%; /* hack para IE6 que trata height como min-height */
}
#top {
    height: 127px;
    border: solid 1px transparent;
    display: block;
    background-color: #FFF;
}
#top-in {
    height: 81px;
    background-color: #FFF;
    width: 980px;
    margin: 0 auto;
    background-image: url("../images/logo-facilitta.jpg");
    background-repeat: no-repeat;
    background-position: 0 center;
}
#logout {
    position: absolute;
    top: 60px;
    right: 20px;
    font-size: 14px;
    color: #214664;
}
#logout a,#logout a:hover {
    font-size: 14px;
    color: #214664;
}
#logout a:hover {
    text-decoration: underline;
}
#logado {
    position: absolute;
    top: 60px;
    right: 100px;
    font-size: 14px;
    color: #214664;
}
.icon-grid {
    cursor: pointer;
}
#midle {
    width:980px; 
    margin: auto;
    padding-bottom: 110px;
}
/* tree */
#col-left {
    display: block;
    width: 275px;
    float: left;
    background-color: #F9FAFB;
    margin: 10px;
    -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
}
#col-left a:hover {
    color: #4E8DAC;
    background-color: #FFF;
    text-decoration: underline;
}
#col-right {
    float: right;
    clear: right;
    margin-right: 10px;
    margin-top: 10px;
}
/*#footer {
    clear: both;
    height: 100px;
}*/
#footer {
    position: absolute;
    bottom: 0;
    height: 100px;
    background-image: url("../images/footer_bg.jpg");
    width: 100%;
}
#footer-in {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
} 
