/* CSS Document */

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */


body { 
background-color: #609bd3;
	text-align: center;
	line-height: 1.1em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

	color:#fff;
height:100px;}



#contenitore
{

/* background: url(../images/bk_content.png) repeat-x; */
position:relative;
width:972px;

margin:0 auto;
height:100%;}


#header
{
border-left: 3px white solid;
border-top: 3px white solid;
border-right: 3px white solid;
position:relative;
height: 250px;
}

#content
{
border-left: 3px white solid;
border-bottom: 3px white solid;
border-right: 3px white solid;

height:620px;
position:relative;
 }
 
 #left{
 border:1px #a5c6e6 solid;
 margin:50px 10px 10px 10px  ;
 padding:50px 15px 10px 15px;
float:left;
position:relative;
width: 445px;
 }

#right{
border:1px #a5c6e6 solid;
margin:50px 10px 10px 10px  ;
padding:50px 15px 10px 15px;
float:left;
position:relative;
width: 405px;
line-height: 1.5em;
 }

#bottom {

width:972px;

margin:0 auto;
height:100%;}

 #left-bottom{
border:1px #a5c6e6 solid;
 color:#333333;
margin:10px 10px 10px 10px  ;
padding:10px 15px 10px 15px;
float:left;
height:120px;
position:relative;
width: 445px;
background:#FFFFFF;
 }

#right-bottom{
 border:1px #a5c6e6 solid;
 color:#333333;
 background:#FFFFFF;
 margin:10px 10px 10px 10px  ;
 padding:10px 15px 10px 15px;
float:left;
height:120px;
position:relative;
width: 405px;
z-index:1;
 }