#valuescase {
   position:relative;
   overflow:hidden;
   height:120px;
   width:600px;
}

#valuescase a {
   font-weight:bold;
   font-size:110%;
}

.valuesdiv {
   position:absolute;
   overflow:hidden;
   top:120px;
   left:0;
   height:120px;
   width:600px;

   background-color: #ccff99;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
   font-size:16px;
   font-weight: bold;
   color:#009966;
   
   
}

