body {
    background-color: #000;
    color: #ddd;
    font-family: sans-serif;
    margin: 0px;
    line-height: 1.5em;
    font-size: 12pt;
}

#wrapper {
    width: 600px;
    padding: 10px;
    margin-top: 10%;
    margin-left: 10%;
}

#header {
    margin-bottom: 5px;
}

#page-title {
    float: left;
}

#nav-wrapper {
    float: right;
}

#bg-canvas {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 0px;
}

#fps-disp {
    color: #555;
}

.title-text {
    font-size: 16pt;
    color: #111;
}

.header-item {
    margin-right: 5px;
}

.content-block {
    padding: 5px;
    text-align: justify;
    color: #333;
    background-color: #ffe;
    box-shadow: 2px 2px 10px #111;
    margin: 25px;
}

a:link {
    color: #337733;
}

a:visited {
    color: #337733;
}
