.box{
  background-image : url("/nutrition/www/images/wall paper.png");
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  border-width: 1px;
  border-style : none solid solid;
  border-color: silver;
  width : 192px;
  height : 192px;
  overflow: hidden;
}
.imgbox{
  margin-top: 10px;
}
.box P{
  font-size : 12px;
  line-height: 1.5em;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
}