body {
    background-color: #222;
    margin: 0;
}

#drawing_canvas {
    position: absolute;
    margin: auto;
    width: 512px;
    height: 512px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #555
}