#canvas_container {
    width: 800px;
    height: 600px;
    overflow: auto;

    background: #333;
    text-align: center;
    border: solid 3px;
}