* {
  padding: 0;
  margin: 0;
}

img {
	border: 0;
}

body, html {
  padding: 0;
  margin: 0;
  text-align: center;
  background: url('../img/img.jpg') top center no-repeat;
  background-color: #000000;	
}

#wrapper { 	
  vertical-align: middle;	
  margin: 0 auto;
  width: 940px;
}

#stoerer {
  width: 940px;
  top: 345px;
  position: absolute;
  text-align: left;
}

#stoerer2 {
  width: 940px;
  top: 432px;
  position: absolute;
  text-align: left;
}

#content { 	
  width: 700px;
  top: 560px;
  position: absolute;
  text-align: left;
}

#content  h1 { 	
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 12px;
}

#content  h2 { 	
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 18px;
  margin-bottom: 12px;
}

#content  p { 	
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 12px;
}

#content a {
  color: #ffffff;
  text-decoration: none;
}

#footer{
  width: 1100px;
  top: 940px;
  position: absolute;
  text-align: left;

}

#footer  p {
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 12px;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

.clear { 
  clear: both;
  }

