a, a:hover { color: #000; }

html, body { height: 100%; overflow: hidden; }
* { margin: 0; padding: 0; } 


#full {
    position: absolute;
    width: 100%;
    top: 44px;
    bottom: 0px;
    left: 0px;   
}

#navbar {
    position: absolute;
    width: 100%;
    top: 0px;
    font-family: "Helvetica", "Arial", sans;
    font-size: 14px;
    background-color: #392c78;
    background: url(../images/navbar_back.png);
    height: 43px;
    font-size: 12px;
    color: #bcb7bb;
}

#table-middle-td {
    padding-left: 68px;
    padding-right: 68px;
}

#navbar a {
    color: white;
    text-decoration: none;
}

#navbar-left  { position: absolute; top: 0px; left:  0px; cursor: pointer; }
#navbar-right { position: absolute; top: 0px; right: 0px; cursor: pointer; }


/* IE6 / IE7 */
#full {  .height: expression((document.body.clientHeight - 44) + "px") !important; }

