.categoryBox{
    float:left;
    width:247px;
    height: 246px;
    margin-right: 5px;
}

.categoryBox h2{
    display:block;
    text-align: center;
    background-color:#000;

    margin: 0;
    height: 25px;
    top: -3px;
    position: relative;
}

.categoryBox h2 a {
    color: #fff;
    font-size: 12pt;
}

