.circle
{
    display: inline-block;
    width:200px;
    height:200px;
    border-radius:100px;
    font-size:20px;
    color:#fff;
    line-height:20px;
    text-align:center;
    vertical-align: middle;
    margin: 0 auto;
    padding:32px 0 0;
    background:#5784DB
}
.circleTotal
{
    display: inline-block;
    width:250px;
    height:250px;
    border-radius:125px;
    font-size:20px;
    color:#fff;
    line-height:20px;
    text-align:center;
    vertical-align: middle;
    margin: 0 auto;
    padding:32px 0 0;
    background:#3B5B9A
}

#wrapper {
    width: 90%;
    margin: 0 auto;
}