.home_page .top_portraits {
  padding: 5px 4px 0 4px;
  margin-bottom: 10px;
}

.home_page .top_portraits .portrait {
  position: relative;
  height: 71px;
  float: left;
  margin: 0 12px 0 0;
}

.home_page .top_portraits .portrait {
  w\idth: 83px;
  width: 71px;
}

.home_page .top_portraits .portrait .overlay {
  position: absolute;
  height: 71px;
  width: 71px;
}

.home_page .top_portraits .pregnant {
  background: transparent url(../images/top_portraits.png) 0 0 no-repeat;
}

.home_page .top_portraits .baby {
  background: transparent url(../images/top_portraits.png) -82px 0 no-repeat;
}

.home_page .top_portraits .toddler {
  background: transparent url(../images/top_portraits.png) -164px 0 no-repeat;
}

.home_page .top_portraits .child {
  background: transparent url(../images/top_portraits.png) -246px 0 no-repeat;
}

.home_page .top_portraits .teenager {
  background: transparent url(../images/top_portraits.png) -328px 0 no-repeat;
}

.home_page .top_portraits .adolescent {
  margin-right: 0;
  background: transparent url(../images/top_portraits.png) -410px 0 no-repeat;
}

.home_page .middle {
  height: 235px;
}

.home_page .text {
  font-size: 40px;
  line-height: 120%;
}

.home_page .text a {
  text-decoration: none;
  color: #65078E;
}

.home_page .text a:hover {
  text-decoration: underline;
}

