div.character {
  position: absolute;
  background: url("images/personaj.png") no-repeat top right;
  height: 120px;
  right: 50px;
  top: 32px;
  max-width: 60%;
}
div.character-text {
  background: url(images/top-left.png) no-repeat top left #747474;
  margin-right: 100px;
  color: #FFF;
}
div.character-text-inner1 {
  background: url(images/top-right.png) no-repeat top right;
}
div.character-text-inner2 {
  background: url(images/bottom-right.png) no-repeat bottom right;
}
div.character-text-inner3 {
  background: url(images/bottom-left.png) no-repeat bottom left;
  padding: 4px 20px 5px 15px;
}
