/* CSS Document */
.cssbox{
 background: transparent url(../img/roundedBox.jpg) repeat-y center;
}
.cssbody{


}
/* set the image to use and establish the lower-right position */ 
.cssbox_head{
 background: transparent url(../img/roundedBox.jpg) no-repeat top center;
margin:0;
padding:15px 0 0 10px;


}
.cssbox_body{
margin:0;
 background: transparent url(../img/roundedBox.jpg) repeat-y center;
color:#000;
padding: 0 8px 0 8px;
height:244px;


}
.cssbox_footer{
 background: transparent url(../img/roundedBox.jpg) no-repeat bottom center;
height:25px;
margin:0;

}