/*
 * Style tweaks
 * --------------------------------------------------
 */
body {
	background-color: #000;
}
body {
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-image: url('../imagens/fundo.jpg');
    color: #F9F9F9;
    position: relative;
    text-shadow: black 3px 3px 9px
}

#map-canvas {
    height: 400px;
	width: 600px; 
    margin: 0px;
    padding: 0px
}