body {

  font-family: 'trebuchet';
  font-size: 11pt;
  font-weight: bold;
  margin: 0px;
  position: absolute; 
  top: 140px;
  width: 900px;
  height: 475px;
  left :62%; 
  margin-left: -600px; /* helft van breedte */
  /* border: 1px dotted silver; */
  background-color: white;
  background-image: url(../mi-shops_images/background_logo_Mi-shops.png);
  background-repeat: no-repeat;
  background-position: top center; 
  }

#textarea {
/* border: 1px dotted silver;*/
 position: absolute;
 overflow: auto;
 padding: 5x;
 font-family: 'Comic Sans MS';
 font-size: 11pt;
 width: 500px;
 height: 500px;
}

#content {
	width: 976px;
	height: 533px;
	margin: 0px;
	padding-top: 150px;
	background-image: url('/images/1/frames.png');
	background-position: top center;
	background-repeat: no-repeat;
