* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../img/ui/bg_map.jpg) no-repeat;
	font: 69% Georgia, "Times New Roman", Times, serif;
	color: #110A0C;
}
select {
	width: 200px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	padding: 1px;
	margin-bottom: 10px;
	border: 1px #CBCCCC solid;
}
div#ohje, div#ohje-en {
	position: absolute;
	width: 386px;
	top: 495px;
	left: 60px;
}
div#navi {
	position: absolute;
	width: 210px;
	top: 495px;
	left: 485px;
}

div#ohje-en {
	display: none;
}

a {
	color: #fff;
	text-decoration: none;
}