BODY
   {
	font-family:Tahoma;
	background:fixed;
	color: #FFF;
   }

html { 
	background: url(Images/Background.jpg) no-repeat center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Navigation {
	height:80px;
	position:fixed;
	background-position:top;
	width:100%;
	min-width:1000px;
	margin-top:0px;
	margin-left:-8px;
}

a.link {
}

a:link {
	color: #FFD050;
	text-decoration: none;
	display: block;
}

a:visited {
	color: #FFD050;
	text-decoration: none;
}

a:hover {
	border-bottom: 0 solid #ffffff;
	color: #fff;

	text-decoration: ;
	font-size: 16px;
}

#NavigationMenu {
	height:100%;
	position:fixed;
	background-position:top;
	width:100%;
	min-width:1000px;
	margin-top:80px;
	margin-left:-8px;
	display:block;
}


#Content {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-top:-10px;
	margin-left:0px;
	min-width:1000px;
}

#Text{
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}

#Headers{
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
}


#Map{
	width:1000;
	position:fixed;	
	margin-top:70;
	margin-left:100;
	
}


#Content {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-top:-10px;
	margin-bottom:-10px;
	margin-left:0px;
	min-width:1000px;
	background-repeat:no-repeat;
	font-size: 16px;
	color: #000;
	text-align: center;
}

#ContentFooter{
	background-position:bottom;
	margin-bottom:0px;
	margin-top:0px;
}
