html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "nimbus-sans",Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #4d4d4d;
  }

h1 {
  font-family: "nimbus-sans",sans-serif;
  font-weight: 700;
  color: #006e42;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3pt;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #006e42;
}

a:hover {
  text-decoration: none;
  color: #cedb00;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
}

#wrapper {
  width: 940px;
  margin: 0 auto;
}

#header {
  width: 940px;
  height: 230px;
  position: fixed;
  background: #fff;
  top: 0px;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #cedb00;
}

#lang {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
}

#logo {
 margin: 0 0 0 350px;
}

#slogan {
  text-align: center;
  padding: 1em;
  margin: 60px 0 5em 0;
  font-size: 22px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  border-top: 1px solid #cedb00;
}

#pics {
  width: 450px;
  float: left;
  overflow: hidden;
  margin: 340px 0 5em 0;
}

#txt {
  margin: 340px 0 0 0;
  width: 400px;
  float: right;
}


#footer {
  clear: both;
  padding: 2em 0 1em 0;
  margin: 1em 0 1em 0;
  font-weight: 300;
  border-top: 1px solid #cedb00;
  border-bottom: 1px solid #cedb00;
  font-size: 16px;
  overflow: hidden;
}

#footer h2,
#footer p {
  width: 240px;
  float: left;
  margin: 0;
  padding: 0;
}

#footer h2 {
  width: 210px;
  font-size: 16px;
  color: #006e42;
}

#footer strong {
  font-weight: 300;
  color: #006e42;
  text-transform: uppercase;
  font-size: 14px;
  width: 70px;
  display: inline-block;
}


#subfooter {
	width: 940px;
	height: 0px;
	overflow: hidden;
	transition: all 0.5s;
	position: relative;
	padding: 10px 0 0 0;
}

#subfooter:target {
	height: 500px;
	padding: 30px 0 0 0;
}

#subfooter a {
	position: absolute;
	right: 0px;
	background: #cedb00;
	padding: 2px 7px;
	color: #fff;
}

#subfooter a:hover {
	background: #006e42;
}

#subfooter p {
	width: 210px;
	position: absolute;
	top: 30px;
	right: 43px;
}

iframe {
	margin: 0 !Important;
}