* {
	margin: 0;
	padding: 0;
}

#container {
	width: 900px;
 	margin-left: auto ;
  	margin-right: auto ;
	background-color: transparent;
	position: relative;
	margin-bottom: 80px;
}
#content {
 	padding: 4px 62px;
	background-color: transparent;
	width: 776px;
	margin: 0;
}
#footer-wrapper {
	clear: both ;
	padding: 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 50;
	margin: 0;
	background: url(../images_site/footer_bkgrd.png) repeat-x;
	height: 50px;
}

.footer {
	width: 900px;
	margin: 0 auto;
}

.footer p {
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	padding: 15px 0;
}

h1 {
	width: 250px;
	height: 50px;
	text-indent: -9999px;
	float: left;
	background: url(../images_site/ge_logo.png) no-repeat;
}

#header {
	width: 900px ;
	height: 150px;
 	margin-left: auto ;
  	margin-right: auto ;
  	padding-top: 25px;
	background: url(../images_site/en_header.png) no-repeat;
}

td {
	border: thin solid silver;
}

body {
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	background: url(../images_site/bkgrd_gradient.png) repeat-x;
}

#navwrapper {
	width: 100%;
	height: 40px;
	margin-top: 0px;
	background: url(../images_site/nav_bkgrd.png) repeat-x;
}

#navbar {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 40px;
	margin-top: 0px;
	color: #fffeff;
	font-size: 12px;
	text-align: right;
	line-height: 15px;
	padding-top: 12px;
}

a:link {
	text-decoration: none;
	color: white;
}

a:hover {
	color: #006d9e;
}

a:visited {
	color: #006d9e;
}

.footer a:link,
.footer a:visited {
	text-transform: uppercase;
	color: black;
}
.footer a:hover {
	color: #006d9e;
}

#map {
	margin-top: 80px;
	width: 766px;
	height: 300px;
}
