canvas {
    position: absolute;
    top: 0;
    left: 0;
    width:300px;
    height:300px;
    background: transparent;
}

#background {
    z-index: -1;
}

#logo {
    z-index: 0;
}

#textBlock .textBlockA a {
    color: #5a9568;
}

#textBlock .textBlockA a:hover {
    color: #cccccc;
}