html,body {
	height: 100%;
	margin: 0;
}

div#map {
	height: 100%;
	width: 100%;
	margin: 0;
}

div#dash {
    position:absolute;
	top: 50%;
	right: 50%;
	margin-top: -120px;
	margin-right: -120px;
    width: 240px;
	height: 240px;
    z-index:1;
	background: url(../img/dashboard.png) no-repeat 0 0;
    font-family: "Courier New", Courier, monospace;
	color: #666;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding-top: 166px;
}

a:link, a:visited {
	color: #666;
	text-decoration: none; }

a:hover {text-decoration: underline; }
