body {
    background: #000;
    color: #fff;
    font-family: Courier New, Monospace;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

#screen {
    width: 640px;
    height: 400px;
    display: block;
    margin: 10px auto;
    position: relative;
}
#content {
    overflow: hidden;
}
#content #inputArea {
    background: #000;
    color: #fff;
    border: 0;
    font-family: Courier New, Monospace;
    font-size: 10pt;
}

#footer {
    background: #a70000;
    color: #FBFB54;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-weight: bold;
}
#footer span {
    padding: 0 10px;
    border-right: 2px solid #fbfb54;
    display: inline-block;
}
#footer #f_help      { width: 120px; }
#footer #f_emulation { width: 64px; }
#footer #f_port      { width: 104px; }
#footer #f_blank1    { width: 40px; }
#footer #f_blank2    { width: 8px; }
#footer #f_blank3    { width: 56px; }
#footer #f_status {
    border-right: none;
}
