/*
    Document   : style
    Created on : 22-jun-2013, 10:12:11
    Author     : jav
    Description:
        Purpose of the stylesheet follows.
*/

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

#page {
	width: 100%;
	height: 100%;
	background-color: #f00;
}

#map-canvas {
	width: 100%;
	height: 100%;
	background-color: #fff;
}