#cookie-message
{
	position:absolute;
	top:0;
	left:0;
width: 100%;
height: 50px;
background-color:#000;
color:#FFF;
display:none;
}

#framecontentLeft {
position: absolute; 
top: 0; 
left: 0; 
width: 170px; /*Width of left frame div*/
height: 830px;
overflow:visible;
}

#framecontentTop{
position: absolute;  
left: 170px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 90px; /*Height of top frame div*/
overflow:visible;
}

#maincontent{
position: absolute; 
left: 170px; /*Set left value to WidthOfLeftFrameDiv*/
top: 90px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow:visible;
}

#CONTENUTO {width:100%;/* min-height:800px;*/}