@charset "utf-8";
/* CSS Document */
#world_view {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;   
	width: 400px;
	height: 300px;
	overflow:hidden;
}
#battle_maps > #world_view {
	width: 100%;
    height: 100%;
}

#world_view .tile {
	position: absolute;
	height: 256px;
	width: 256px;
}

