.totalWidth {
    width: 1100px;
}
.flex-container {
    display: flex;
    /*width: 1100px;*/
    text-align: left;
    align-items: left;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row;
}
.flex-item {
    padding: 10px;
    margin: auto;
	z-index: 1;
    text-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.textft {
    font-family: serif;
    background-color: transparent;
    padding: 0;
    margin: 0;
	vertical-align: baseline;
}
span {
	position:relative;
	vertical-align: baseline;
}
body {
    font-size: 16px;
}
.dvInside1 {
  position: absolute;
  z-index:1000;
  left: 260px;
  top: 408px;
  width: 600px;
  height: 150px;
}
.dvInside2 {
  position: absolute;
  z-index:1000;
  left: 260px;
  top: 578px;
  width: 600px;
  height: 150px;
}