
body {
	background: #0b314f;
    background-image: url("../imgs/bg.jpg");
    background-repeat: repeat-x;
    background-position: top center;
	width:100%;
	height:100%;
	font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff; 
}


.base {
	position: absolute;
	width: 100%;
	top:0px;

}

.conteudo {
	position: relative;
	left: 50%;
	margin-left: -275px; /* A metade de sua largura. */
	width: 533px;
}
.end {
	position: relative;
	left: 50%;
	margin-left: -275px; /* A metade de sua largura. */
	width: 533px;
	background-color:#092b4a;
	width:200;

}

.mapa {
	position: relative;
	margin-left: 20px; /* A metade de sua largura. */
	margin-top: -3px;
}	