body {
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: auto;
  color: Black;
  /*
  background-image: url("../img/layout/Background_Main.jpg");
  background-repeat:no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  */
  max-width: 640px;
  min-width: 320px;
  text-align: center;
}

section {
  border: 2px solid #BE823C;
  /*
  background-image: url("../img/layout/Background_Section.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment:fixed;
  */
  background-color: #DCAA50;
  padding: 2px;
  table-layout: fixed;
  word-wrap: break-word;
  overflow: hidden;
  margin: 0px 0px 2px 0px;
}
