html, body {
  	 height: 100%; /* wichtig */
	 background: #80EFAF;
	 color: #000000;
	 font-family: Arial, Verdana, sans-serif;
	 font-size: 12pt;
	 line-height: 15px;
	 margin: 0;
	 padding: 0;
}
#wrapper{
  min-height: 100%;
  height:auto !important; /* moderne Browser */
  height:100%; /* IE */
  position: relative;
}
#wrapper .wrapperInner {
  width: 600px;
  margin: 0 auto;
}

#header {
  position: absolute;
  width: 600px;
}
#header .inner {
  padding: 10px 20px;
  background: #ffffff;
}
#header .inner a {
  color: #04B45F;
  margin-right: 20px;
}
#header .inner a img {
  border: none;
}

#content {
  padding-top: 60px;
}
#content .contentInner {
  padding: 40px 20px;
  background: #ffffff;
  text-align: center;
}
.img {
  background: #CEF6E3;
  width: 353px; 
  padding-top: 20px;
  margin: 0 auto;
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  border: 1px solid #04B45F;
}
.img img {
  margin: 0 20px 0 20px;
  display: block;
}
.img .subtitle {
  padding: 15px 20px 20px 20px;
  color: #04B45F;
  text-align: center;
  font-family: Stencil, Impact, Arial Black, Arial, Verdana, sans-serif;
  font-size: 19pt;
  line-height: 22px;
}

#counter {
  padding: 15px 20px;
  text-align: center;
  xcolor: #ffffff;
  xbackground: #ffffff;
  margin-top: 10px;
  color: #04B45F;
}