/* CSS Document */

*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body
{
  width: 100%;
  background: rgb(45,45,45) url('../images/body_bg.jpg') 100px 0 repeat-x;
  text-align: center;
}

#center
{
  /*border:1px solid red;*/
  width:760px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

#header
{
  width: 100%;
  height: 151px;
  overflow: hidden;
  background-color: rgb(64,64,64);
  border-bottom: 1px solid #B3B3B3;
}

#div_header_image
{
  height: 151px;
  background:#F0F0F0;
  overflow: hidden;
  font-size:0;
  line-height:0;
}

/* Sezione pagina principale del documento */
#content
{
  width: 100%;
  /*
  *height: 100%;
  min-height: 100%;
  */  
  padding-top: 10px;
  padding-bottom: 10px;  
  background-image: url('../images/content_bg.jpg');
  background-position: 0px 0px;
  background-repeat: repeat-x;
  background-color: rgb(191,191,191);
}

#col_sin
{    
  width: 380px;
  float:left;
}

#col_des
{
  width: 380px;
  float:right;
}

div.box1
{
  margin:5px 0px 5px 0px;
  width:358px;
  height:282px;
  overflow:hidden;
  background:url('../images/box1.gif') top left no-repeat;
}

div.box2
{
  margin:5px 0px 5px 0px;
  width:373px;
  height:339px;
  overflow:hidden;
  background:url('../images/box2.gif') top left no-repeat;
}

/* Footer */
#footer
{ 
  margin-top: 5px;
  width: 100%;
  height: 24px;
  text-align: center;
  background-image: url('../images/footer.gif');
  
  font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 24px;
  font-weight:bold;
}

/* adatta la lunghezza del contenitore al contenuto in caso di float */
.clear
{
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}