#contentwrapper{
  width: 230px;
  height: 200px;
  border: 1px solid black;
  background-color: #000000;
  padding: 5px;
}

.billcontent{
  text-align : justify;
  color : #FFFFFF;
  font-size : 14px;
  font-family : Arial, Helvetica, sans-serif;
  width: 100%;
  display:block;
}

