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
}

h1 {
  color: #a80000;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

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

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

* html #TextMain {
  height: 100%;
}


.ChapterBag {
  position: relative;
  width: 290px;
  height: 360px;
  margin: 20px 0px;
  padding: 0;
}

.Chapter {
  margin-top: -80px;
  margin-bottom: 80px;
  color: #7b4e01;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

#colorizationDiv {
  margin-top: -224px;
  z-index: 20;
}


.colorizationCenters {
  width: 100%;
  border-spacing: 1px;
  border-color: #bbb;
  border-width: 2px;
  border-style: solid;
  font-size: 12px;
  text-align: center;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.colorizationCenters tr {
  height: 24px;
}

.colorizationCenters td {
  border-color: #bbb;
  border-width: 1px;
  border-style: solid;
}

.colorizationCenters th {
  color: #650101;
  background-color: #d1d1d1;
  border-color: #aaa;
  border-width: 1px;
  border-bottom-style: solid;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

