html, body {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;

}
  
center
{
	font-family:"Arial";
	font-size:24px;
	text-align:center;
}
div#main {
	width: 1024px; 
	height:750px; 
	margin: auto; 
	text-align: center; 
	position:absolute; 
	left: 180px; 
	top:40px;
	background:transparent;
}

div#map {
	float: left;
	overflow: hidden;
	border: #DDD 3px solid;
	width: 620px; 
	height: 700px;
	position: absolute;
	top: 50px;
	left: 140px;	
}
div#links {
	background: transparent; 
	height: 400px; 
	width: 140px; 
	text-align: left; 
	float: left; 
	padding: 2px;
	position:absolute;
	top: 210px;
	left: 780px;
}
div#menu {
	background: transparent; 
	width: 140px; 
	height: 60px; 
	text-align: left; 
	float: left; 
	padding: 2px;
	position:absolute;
	top: 95px;
	left: 780px;
	
}
div#logo {
	z-index:100;
	position: absolute; 
	top: 203px; 
	left: 5px;
}

info {
	background: #8A8888;
}
a
{
	font-family:"Arial";
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	
}
a.button {
	background-color:#333;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
}

td
{
	font-family:"Arial";
	font-size:14px;
	color:#FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.txt {
	color:#000000;
	background: #E3E3E3;
	padding: 5px 10px;
	font-weight: bold;
}

p
{
	font-family:"Arial";
	font-size:12px;
	color:black;
	
}
p.info {
	text-align: left;
	font-family:"Arial";
	font-size:12px;
	color:black;
}
p.txt {
	text-align: left;
	font-family:"Arial";
	font-size:12px;
	color:black;
}
p.routetitle {
	color:#000000;
}
.number {
	color:#000000;
}
a.credit {
	color: #747467;
}
.credit {
	color: #ffffff;
	font-family:"Courier";
	font-size:10px;
	background:black;
}
a.about {
	color: #747467;
}

div#stripe{
		position:absolute;
		border-top: 11px solid #24261F;
		border-top-color: #777777;
		background-color: #999999 ;
		border-bottom: 11px solid #DDD;
		width: 100%;
		height: 11px;
		opacity: 0.9;
		top: 200px; /* was 30px */
		z-index: -1;
	}
img.mamutalogo {
/*	position: absolute; 
	top: 203px; 
	left: 5px;
*/	
}
div#title{
		position:absolute;
		width: 320px;
		height: 240px;
		top: 240px;
		left:20px;
		z-index:2;
	}
	
div#credit {
	position:absolute;
	top: 820px;
	left: 0px;
	float: bottom;
	width:100%;
}
