.terrain-grass {
    background: url("../img/terrain_grass.png") 50% no-repeat;
}
.terrain-desert {
    background: url("../img/terrain_desert.png") 50% no-repeat;
}
.terrain-clay {
    background: url("../img/terrain_clay.png") 50% no-repeat;
}
.terrain-stone {
    background: url("../img/terrain_stone.png") 50% no-repeat;
}
