html {
	height: 100%;
	background: linear-gradient(rgba(0,0,0,1.0), rgba(70,70,70,1.0)) fixed no-repeat;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #cccccc;
	text-align: center;
	margin: 0px;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	border: none;
}
.gr-itstdslide {
	margin: 10px auto 20px;
	max-width: 1090px;
	min-height: 32px;
	padding: 0px 5px;
}
.gr-pagetitleslide {
	color: #cccccc;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	max-width: 1090px;
	text-shadow: none;
	padding-bottom: 3px;
}
.gr-pagetitleslide a {
	color: #cccccc;
	text-decoration: underline;
}
.gr-pagetitleslide a:hover {
	color: #ff0000;
}
.gr-navleftgm {
	width: 144px;
	height: 32px;
	text-align: left;
	float: left;
	font-size: 0px;
}
.gr-navleftgm img {
	width: 32px;
	height: 32px;
	padding-left: 4px;
}
.gr-navrightgm {
	width: 144px;
	height: 32px;
	float: right;
	font-size: 0px;
}
.gr-mapcontainer, .gr-mapcaption {
	max-width: 1040px;
	margin: 0px auto;
	padding: 0px 35px 15px;
} 
.gr-mapcontainer > div {
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(204,204,204,1.0);
	padding: 7px;
	background-color: rgba(0,0,0,0.0);
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.3);
}
.gr-mapcontainer > div > div {
	position: relative;
	padding-bottom: 75.0%;
}
#map-canvas {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
