html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #333333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* unvisited link */
a:link {
    color: #cc0000;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #cc0000;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #cc0000;
	text-decoration: underline;
}

/* selected link */
a:active {
    color: #cc0000;
	text-decoration: underline;
}

#container {
	width: 100%;
	height: 100%;
	position: relative;
	background: #FFF;
}

#map {
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #000;
}

#logo {
	position: absolute;
	top: 0px;
	z-index: 2;
}

#change_location {
	position: absolute;
	top: 90px;
	z-index: 2;
	background: #333333;
	border-top: solid 1px #666666;
	visibility: hidden;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 2;
	font-size: 10px;
	text-align: center;
	line-height: 120%;
	vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
	color: #333333;
}

#admin_header {
	position: fixed;
	width: 100%;
	height: 100px;
	background: #333333;
}

#admin_inner_header {
	/* width: 1000px; */
	height: 100%;
	margin: 0 auto;
}

#admin_content_area {
	/* width: 1000px; */
	min-height: 100%;
	margin: 0 auto;
	background: #666666;
}

#admin_content {
	/* width: 980px; */
	padding: 110px 10px 10px 10px;
	background: #666666;
}
