
/*Billboard Script. Modify attributes of #contentwrapper below as desired*/

#contentwrapper{
width: 265px;
height: 200px;
border: 0px solid black;
background-color: #006363;
padding: 5px;
}

.billcontent{
width: 100%;
display:block;
}
