body {
    background: #AAA;
    font-family: Monospace;
    margin: 0;
    overflow: hidden;
}
div#frame {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 66px;
    bottom: 0px;
}
iframe {
    position: absolute;
    width: 100%; height: 100%;
    border: 0;
    background: white;
}
#framecontents {
    position: absolute;
    width: 100%; height: 100%;
    border: 0;
    background: white;
    overflow: auto;
}

div#logo {
    position: absolute;
    left: 50px;
    top: 10px;
}
div#search { 
    background-image: url(css/images/office-glass-magnify.png);
    padding-left: 20px;
    background-repeat: no-repeat;
    position: absolute;
    right: 50px;
    top: 10px;
}
div#search #searchbox {
    border: none;
    background: #FFF;
}
div#url {
    background: white;
    position: absolute;
/*    text-transform: uppercase;*/
    font-size: 10px;
    padding-right: 10px;
    left: 50px;
    top: 50px;
    height: 16px;
}
