/* 
    Document   : defualt
    Created on : 03-06-2012, 13:48:36
    Author     : alfnielsen
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body{
    height: 100%;
    background: #ddd;
}
#canvas{
    background: #fff;
    width: 500px;
    height: 300px;
    display: block;
}