.wrapper {
    margin: 0 auto 10px auto;
    min-width: 640px;
    width: 100%;
    height: 680px; /* initial height, will be dynamically adjusted at runtime */
    max-width: 100%;
}

#canvas:focus {
    outline: none;
}