prueba con esto
<div class="rango1"><div class="rango2">**%</div></div><br>***
y en global.css
.rango1{
background:url(images/prog_grey.png) repeat-x;
background-color: #cccccc;
border: 1px solid black;
width:100%;
margin-top: 2px;
}
.rango2{
background:url(images/prog_green.png) repeat-x;
background-color: #008040;
color: white;
font-weight:bold;
width:80%;
width:**%;
height:18px;
}