HTML {
  height: 100%;
  margin: 0px;
}

BODY {
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family: arial;
  font-size : 9pt;
  line-height: 14pt;
  color: #FFFFFF;
  background-image: url("../images/background.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #91c640;
  overflow-x: hidden;
}


/*  Content */
div.divWrapper{ 
  position: relative;
	top:50%; 
  left: 50%;
	z-index:4; 
	text-align:left; 
}
div.divContainer{
  position: absolute;
  width: 666px;
  height: 600px;
  top: -300px;
  left: -333px;
}
div.divContentImage{
  margin-top: 0px;
}
div.divContact{
  position: absolute;
  left: 100px;
  top: 350px;
	text-align:left; 
}
h1{
  font-size: 22px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}
h2{
  font-size: 16px;
  line-height: 22px;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
a.blackLink{
  color: #000000;
}
a.whiteLink{
  color: #FFFFFF;
  text-decoration: none;
}
a.whiteLink:hover{
  text-decoration: underline;
}
div.divIcon{
  position: absolute;
  right: 100px;
  top: 335px;
  width: 150px;
  height: 169px;
}