/* CSS layout */

html {
    background-image: linear-gradient(
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
    ), url('../img-peak/LeasoweLighthouse.gif'); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
body {
}
div#header {
}
div#main-body {
}
div#map {
	azimuth: center;
	font-family: Calibri;
	font-size: large;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
div#left {
    float: left;
    width: 50%; 
}
div#right { 
    float: right;
    width: 50%;
}
p#title-b {
	font-size: large;
	color: #0a0a0a;
}
td {
	text-align: center;
}