#container {

   border: 1px solid rgb(0, 0, 0); 

   height: 246px; 

   width: 205px; 

   position: relative

}



#header {

   border-bottom: 1px solid rgb(0, 0, 0); 

   background: white; 

   color: black; 

   height: 34px; 

   font-size: x-small; 

   font-weight: bold; 

   text-align: center

}



#body {

   padding: 1px; 

   overflow: auto; 

   height: 193px

}



#footer {

   border-top: 1px solid rgb(0, 0, 0); 

   background: white; 

   position: absolute; 

   bottom: 0; 

   width: 100%; 

   font-size: x-small; 

   font-weight: 500; 

   text-align: center; 

   height: 18px

}