
#main {
position:absolute;
left:290px;
top:120px;
right:5px;
bottom:5px;
margin:0;
padding:0;
}
#sub {
position:absolute;
left:0;
top:120px;
width:280px;
bottom:5px;
overflow:auto;
margin:0;
padding:0;
}
#map {
width:100%;
height:100%;
}
#search_previous_action {
	float:left;
}
#search_next_action {
	float:right;
}

@media print {
	#main {
		right:1em;
		bottom:5em;
	}
}
