@charset "ISO-8859-1";
/* CSS Document */

body {
background: #0b3818;
font: 12px Arial, Helvetica, sans-serif;
color: #FFF;
}
#canvas_holder {
margin: 0 auto;
width: 600px;
height: 400px;
background: #FFF;
}
#canvas {
    width: 600px;
    height: 400px;

}
