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

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: 125px; 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 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;
    color:black; font-family: 'Courier New', monospace
}
