@charset "utf-8";

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}

#framecontentLeft, #framecontentRight{
position: absolute;
top: 10;
left: 0;
width: 278px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#framecontentLeft {
position: absolute;
top: 10px;
left: 0px;
width: 278px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(/imgs/colonnasinistra.png);
background-repeat:no-repeat;
}

#framecontentRight{
top: 7px;
left: auto;
right: 0;
width: 208px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(/imgs/colonnadestra.png);
background-repeat:no-repeat;
}

#framecontentTop{
position: absolute;
top: 0;
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
right:0px; /*Set right value to WidthOfRightFrameDiv*/
width: 100%;
height: 50px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: trasparent;
background-repeat:repeat;
}

#maincontent2{
position: fixed;
left: 198px; /*Set left value to WidthOfLeftFrameDiv*/
top: 60px !important; /*Set top value to HeightOfTopFrameDiv*/
right: 198px;
bottom: 10px;
overflow: auto;
}

#maincontent{
position: fixed;
/*margin-top: 60px;*/
top: 60px !important; /*Set top value to HeightOfTopFrameDiv*/
left: 198px; /*Set left value to WidthOfLeftFrameDiv*/
right: 198px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto;
/*height:100%;*/
}

#main{
position: fixed;
top: 1px !important; /*Set top value to HeightOfTopFrameDiv*/
left: 1px; /*Set left value to WidthOfLeftFrameDiv*/
right: 1px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 1px;
overflow: hidden;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 100px 215px 0 210px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}



