body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:1.3em;
}

#canvas {
    position:absolute;
    width: 100%;
    height: 100%;
}

#info {
    position: relative;
    top: 50%;
    margin: 0px auto 0px auto;
    _left: 50%;
    width: 400px;
}

    #info img {
        width: 400px;
        margin-top: -384px;
        
    }

#contact span {
    white-space: nowrap;
}

a {
    color: #000000; /*#8ab755;*/
    text-decoration:none;
}

    a:hover {
        text-decoration:underline;
    }