#container {
    height: 800px;
    width: 1300px;
    a { color: #000000; }
}

#left {
    height: 100%;
}

#right {
    height: 100%;
}

#top {
    height: 30px;
    font-size: 16pt;
    overflow-y: noscroll;
}

#bottom {
    height: 100%;
    overflow-y: scroll;
}
