
.strategiesWrap {
    position: relative;
    margin-top: 40px;
    margin-left: 10px;
}

.strategy {
    position: absolute;
    padding: 7px 0px 7px 15px;
    background: url("../img/reviewBG.jpg");
    width: 205px
}

#pokerGamesRules {
     left: 0;
     top: 40px;
}

#sportsBetting {
    left: 0;
    top: 250px;
}

#casinoGamesRules {
    left: 330px;
    top: 40px;
}

#casinoGamesTipsAndGuides {
    left: 330px;
    top: 250px;
}


#pokerGamesStrategies {
    left: 180px;
    top: 140px;
}


.strategy h2 {
    padding: 0;
    margin: 0px 0px 3px 0px;
}

.strategy h2, .strategy a {
    text-align: left;
    color: #111111;
}

.strategy a {
    text-decoration: none;
    font-weight: bold;
}