/* Pressetexte */ 
#main {
  color: black;
  background-color: #f4993c;
  width: 710px;
  height: 1200px;
  }
  
#text {
  font-size: 9pt;
  padding: 25px;
  margin-top: 0px;
  width: 650px;
  height: 400px;
  position: absolute;
  top: 25px; left: 25;
  }
  
p {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt; 
  font-weight: normal;
  color: black;
  }
