div.badgeCont{
    float:left;
}
div.badgeCont a{
    text-decoration:none;
    color:black;
}
div.logoCont{
    background-image: url("http://www.blogmetrics.org/badge/blog-rank.png");
    height: 201px;
    width: 125px;
}
div.rank {
    position: relative;
    top: 120px;
    height: 45px;
    width: 125px;
    font-family: arial;
    font-size: 50px;
    text-align: center;
}
div.br{
    clear:both;
}
div.textCont {
    color: #000000;
    font-family: arial;
    font-size: 11px;
    text-align: center;
}

div.textCont p {
    margin:4px 0;
}

div.textCont p a {
    color:black;
    text-decoration:none;
}

div.textCont p a:hover{
    text-decoration:underline;
}