html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

body {
  min-height: 100%;
  min-width: 960px;
  height: auto !important;
  height: 100%;
  position: relative;
  background-color: #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000
}

#LineR {
  position: absolute;
  width: 84px;
  height: 100%;
  right: 55px;
  bottom: 286px;
  background-color: #a2b4a6;
  z-index: 18;
}

#LineRFade {
  position: absolute;
  width: 84px;
  height: 530px;
  top: 0px;
  right: 55px;
  z-index: 18;
  background-image: url(images/lineRFade.png);
  background-repeat: repeat-x;
}

#ManRed {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 400px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
}

#TextMain {
  position: relative;
  min-height: 100%;
  margin-left: 300px;
  margin-right: 280px;
  padding-top: 170px;
  padding-bottom: 370px;
  min-width: 300px;
  text-align: justify;
  z-index: 15;
}

* html #TextMain {
  height: 100%;
}

#TextChapt {
  position: relative;
  min-height: 100%;
  margin-left: 246px;
  margin-right: 280px;
  padding-top: 170px;
  padding-bottom: 380px;
  min-width: 300px;
  text-align: justify;
  z-index: 15;
}

* html #TextChapt {
  height: 100%;
}


#BigBox {
  position: relative;
  width: 360px;
  height: 600px;
  right: -170px;
  top: -16px;
  margin-left: -180px;
  float: right;
  z-index: -100;
}


.ProtoBag {
  position: relative;
  margin: auto;
  padding: 0;
}

.Tablo {
  border-collapse: collapse;
  text-align: justify;
  border-spacing: 0px;
  empty-cells: hide;
  table-layout: fixed;
  border-width: 0;
  border-style: none;
}

.aaa {
  border-width: 1px;
  font-size: 12px;
}

.aaa td {
  padding: 2px 5px 2px 5px;
}

#TextMain p {
  margin-bottom: 24px;
}

a {
  text-decoration: underline;
  color: #7C5329;
}


