html, body {padding:0px;
	margin:0px;
	border:0px;}
.backmap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.content{
	width: 80%;
	height:80%;
	position: relative;
	margin:auto;
	margin-top:5%;
	z-index: 1;
	top:0;
	left:0;
	border: 4px solid black;
	background-color:rgba(0, 0, 0, 0.8);
	color:#fff;
	padding:20px;
	overflow:auto;
}

.menu {width:100%;
	background-color:#000;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1000;
}
.menu ul{
	border:0px;
	padding:0px;
	margin:0px;
	width:100%;
}
.menu ul li {display:inline-block;
	list-style-type:none;
	width:33%;}
.menu li a {display:block;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	width:100%;
	padding:10px;
	height:2.5em;
	line-height:2.5em;
	}
a {
	color:#fff;}
.menu li a:hover {background-color:#333;
	color:#fff;}
h1 {padding:0px;
	width:auto;
	height:auto;
	margin:0px;
	color:#099;
	text-align:center;
	line-height:2.5em;
	font-size:1.3em;
	font-variant:small-caps;
	vertical-align:middle;}
#alert {width:50%;
	height:30%;
	position:absolute;
	left:25%;
	top:3%;
	z-index:1000;
	background-color:#fff;
	border-radius:10px;
	border:3px solid #099;
	padding:10px;}
label {color:#fff;}
