@charset "UTF-8";
/* CSS Document */

#cheercontainer {
  height: 370px;
  width: 960px;
  position: relative;
}
#image {
  position: absolute;
  left: 0;
  top: 0;
}
#text {
  z-index: 100;
  position: absolute;
  color: white;
  top: 15px;
  left:25px;;
  width:345px;
  text-align:center;
}