
body {
				background-color: #58575C;
				font-family: arial, verdana, sans-serif;
			}
			img {
				z-index: 1;
				position: absolute;
				left: 50%;
				top: 50%;
				margin-left: -477px;
				margin-top: -285px;
				border: 0;
			}
			#coords {
				position: absolute;
				left: 50%;
				top: 50%;
				display: block;
				width: 953px;
				margin-left: -477px;
				text-align: center;
				margin-top: 285px;
				color: white;
			}
			h1 {
				z-index: 2;
				position: absolute;
				right: 50%;
				margin-right: -477px;
				top: 50%;
				margin-top: -217px;
				font-size: 14pt;
				color: #58575C;
			}
			h2 {
				z-index: 3;
				position: absolute;
				top: 50%;
				margin-top: 238px;
				left: 50%;
				margin-left: -470px;
				font-size: 14pt;
				color: #CCC;
				font-style: italic;
			}
			h2 a {
				color: #CCC;
				text-decoration: none;
			}
			#menu {
				z-index: 2;
				position: absolute;
				right: 50%;
				margin-right: -477px;
				top: 50%;
				margin-top: -185px;
				color: white;
				width: 954px;
				height: 100px;
				vertical-align: center;
				padding: 0;
			}
				#menu ul {
					text-align: center;
					padding: auto 0;
					margin: 0;
				}
				#menu ul li {
					margin: 0;
					display: inline;
				}
				#menu a {
					text-decoration: none;
					margin: 0 15px;
				}
				
			#menu a.off {
				color: #CCC;
			}
			#menu a.on {
				color: #FFF;
				font-weight: bold;
			}