@charset "utf-8";
/* CSS Document */

/* CSS document for the special part of the site. The one with the images. Rite */
#special-container{
width: 600px;
height: 420px;
}

#bigreview{
max-width:340px;
max-height:200px;
min-width:340px;
min-height:200px;
width: 340px;
float:left;
}
.rubrica{
max-width: 230px;
max-height: 100px;
min-width: 230px;
min-height: 100px;
width: 230px;
float:right;
}
.smallreview{
max-width: 165px;
max-height: 210px;
min-width: 165px;
min-height: 210px;
width: 165px;
float:left;
}
