.meter-wrap{
    position: relative;
}

.meter-wrap, .meter-value, .meter-text {
    /* The width and height of your image */
    width: 500px; height: 8px;
}

.meter-wrap, .meter-value {
    background: #DDD;
}