html, body{
  width:100%;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
  background:#e3e4b6 url(images/background_startPage.jpg) repeat-x left top;
}

html, body, img{
  margin:0;
  padding:0;
  border:0;
}

#centeredDiv{ 
  margin:0 auto; 
  width:900px;
  text-align:left;
}

#language{
  position:absolute;
  margin-top:9px;
}

#header{
  width:900px;
  text-align:center;
  margin-top:0px;
  height:150px;
}

#logo{
  margin-top:50px;
  text-align:center;
  width:900px;
}

#forward{
  margin-left:500px;
  width:14em;
  font-size:12px;
  color:#73715a;
  padding:3px 0 0 2em;
}
