.mailme { }
.graph {
    width: 550px;
    height: 30px;
    border: 1px solid #888;
	position: relative;
}
#bar {
    height: 29px;
	background: -webkit-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%);
	border-top: 1px solid #fceabb;
}
#bar p {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0;
    line-height: 30px;
}