body {
	background-color: #000000;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: sans-serif;
    max-width: 58em;
}

img#background {;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
	
}

#map {
	position: absolute;
    /*margin-left: 17.5em;*/
	left: 15em;
    top: 1em;
	height: 40em;
	padding: 3px;
    text-align: center;
    width: 100%;
    max-width: 60em;
}
#footer {
	position: absolute;
	left: 17em;
    top: 42em;
	padding: 3px;
    text-align: center;
    width: 100%;
	max-width: 60em;
	}
#content {
	position: absolute;
    /*margin-left: 17.5em;*/
	left: .5em;
    top: 1em;
	height: 38em;
	padding: 3px;
    text-align: center;
    width: 100%;
    max-width: 22em;
	overflow:scroll;
}
div.content {
/* 	background-color: #6C339A;
 */	color: #000000;
	font-weight: bold;
	margin-left: 13em;
    margin-top: 1em;

}
div.content a {
	color:#000000;
}

div.content p {
	text-align: center;
}
div.map {
/* 	background-color: #6C339A;
 */	color: #000000;
	font-weight: bold;
	margin-left: 13em;
    margin-top: 1em;

}
div.map a {
	color:#DB5D04;
}

div.map p {
	text-align: center;
}
div.footer {
	color: #FFFFFF;
	text-align: center;
	font-size: 60%;
    border-top: 2px solid gray;
    margin-top: 25px;
}
div.footer p {
	margin: .3em;
}
