body {
    background: none repeat scroll 0 0 #134676;
    font-family: Lato, Helvetica, Arial, Sans Serif;
    color: #333333;
    margin: 0 0 0 0;
    text-align: left;

}
td{
    position: relative;

}

.container {
    
    width: 5000px;
    height: 2500px;
}

.content {
    float: left;
    display: inline;
    position: relative;
    width: 250px;
    height: 250px;
}

.content img{
    display: inherit;
}
.label {
    color: #FFFFFF;
    padding: 15px;
    min-height: 10px;
    min-width: 40px;
    position: absolute;  
    display: inherit;
    top: 5px;
    font-weight: bold;

}