html, body {
    padding: 0px;
    margin: 0px;
}
body {
    background: #000;
    color: #fff;
}
table {
    table-layout: fixed;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
td {
    border: 2px solid #fff;
    border-collapse: collapse;
    background-repeat: no-repeat;
    background-position: center center;
}
div.title,div.runtime {
    opacity:0.5;
    filter:alpha(opacity=5);
    outline-style: inherit;
    outline-color: #000;
    outline-width: 1px;
    background-color: #000;
    font-size: 8pt;
    font-family: sans-serif;
}
div.title {
    float: left;
}

div.runtime {
    float: right;
}