body {
    margin: 0px; padding: 0px;
    background: black;
}

section {
    position: absolute; bottom: 0px; left: 0px;
    color: white; background: #333; opacity: 0.8;
    border-style: solid; border-width:1px 0px 0px;
    width: 100%; height: 180px; z-index: 100;
}

section div {
    margin: 10px;
}

header h1 {
    margin: 0px; padding: 0px;
    letter-spacing: 5px; display: inline;
}

header a  {
    margin-left: 15px;
    color: skyblue; font-size: 0.8em;
}

#link-list ul {
    list-style: none; float: left;
    margin: 0px; padding-left: 10px;
    width: 230px;
}

#link-list ul {
    line-height: 25px;
}

#link-list a  {
    color: yellow;
}

footer {
    position: absolute; bottom: 8px; right: 15px;
    font-size: 0.8em; color: #888;
}
footer a {
    color: #888;
}

#message {
    position: absolute; top:5px; left:5px;
    font-size: 0.5em;
    color:white; font-family: 'Courier New', monospace
}
