#body_page{
	left: 50%;
	width:1000px;
	margin-left: -500px;
	position: absolute;
	
}

#map_empty{
	background:url(../imagens/npc/maps/map_empty.jpg) top center no-repeat;
	width:980px;
	height: 1420px;
	border-left: 10px solid white;
	border-right: 10px solid white;
	overflow: hidden;
	float: left;
}

.marker{
	border: 2px solid red;
	width:0px; height:0px;
	background: #FF0000;
	position: absolute;
}

.posicionador{
	position: absolute;
	margin-left:22px;
	margin-top:22px;
}

#logo{
	background:url(../skin/logo_png.png) no-repeat;
	display: inline-block;
	width: 271px;
	height: 52px;
	float: right;
	margin: 15px;
}

#titulo{
	float: left;
	margin-left: 8px;
	color:#FFFF66;
}

#titulo strong{
	color:#FFF;
}

#titulo h1{
	margin-top: 15px;
}

#top_titles{
	margin-top: 25px;
	background-color:#0F3F79;
	border: #FFF solid 1px;
	width:100%;
	float:left;
}

#titles_right{
	background: #23558F;
	float: right;
	width: 305px;
}

#topmap{
	background:url(../skin/full_white_window_top.gif) no-repeat;
	width: 1000px;
	height: 23px;
	margin-top: 25px;
	float: left;
}

#endmap{
	background:url(../skin/full_white_window_end.gif) no-repeat;
	width: 1000px;
	height: 23px;
	margin-bottom: 25px;
	float: left;
}