html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}
#top
{
	height:26px;
}

#map
{
	position: absolute;
	top: 26px;
	left: 0;
	width: 100%;
	bottom: 0;
	min-height: 300px;
	min-width: 500px;
}

a
{
	outline: none;
}