/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-10-6, 22:10:14
    Author     : mariotaku
*/

html, body {
    width:  100%;
    height: 100%;
    margin: 0px;
}

#main_canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #003366;
    z-index: 1;
}

.menu {
    position: absolute;
    z-index: 100;
}
