#container
{
    background-color: #003366;
    height: auto !important;
    min-height: 250px;
    overflow: hidden;
    width: 980px;
}
#container_content
{
    margin: 10px;
    height: auto !important;
    min-height: 250px;
    overflow: hidden;
}
#container_content_img
{
    float: left;
    border: solid 3px #0099FF;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 200px; 
    height: 200px;
}
#container_content_img img
{
    width: 200px; 
    height: 200px;
}
#container_content_img_testo
{
    font-size: 12px;
    text-align: center;
    position:absolute;
    margin-top: -45px;
    width:190px;
    height:20px;
    line-height:20px;
    padding:5px;
    color:#FF8B00;
    background-color:rgba(100,100,100,0.4);
    overflow: hidden;
}