#map-canvas { height: 100%; margin: 0; padding: 0;}
#page-container, #main-contents, #text-content { height: 100%; }
#action-bar { 
	height: 50px;
	line-height: 50px;
	background-image: url("menu.png"); 
	background-repeat: no-repeat;  
	background-size: 50px; 
	background-position: 20px 10px;
	text-align: center; font-weight: bold; font-size: 16pt; 
}

#action-bar.active {
	background-image: url("menu_active.png"); 
}