@charset "UTF-8";
@import url("base.css") screen, projection;
@media screen, projection {
html {
    font-size: 80%;
}
#main,#mainURN {
    overflow-x: auto;
    position:absolute;
    top: 14em;
    left: 23em;
    margin:0;
}
.admon {
    bottom: 4em;
    width: 20em;
    position: fixed;
    display: block;
}
.admon-login {
    bottom: 4em;
    width: 50em;
    position: fixed;
    display: block;
}
#head-login {
    margin-top: 8.5em;
}

/* all this for ie 6/7/8 compatibility - what a BS company ... */
}

