body {
  font-family: verdana, arial;
  font-size: 11px;
}

body > #content {
 text-align: center;
}

body > #content > #input > textarea {
  border: 1px solid #e9e9e9;
  width: 400px;
  height: 200px;
}

body > #content > .content {
  margin-top: 50px;
  border: 1px solid #e9e9e9;
  width: 400px;
  height: 200px;
}