/* CSS Document */
#content
{
  background: url(img/intera.jpg) repeat-x ;
}
.header
{
  text-align: center;
  background: url(img/head.jpg) repeat-x ;
  height: 190px;
}

.text
{
  font-family: Arial;
}

.left
{ 
  float: left;
  background: url(img/left.jpg) repeat-x ;
  height: 700px;
  width: 100px;
}

.corner
{
  float: left;
  background: url(img/angolo.jpg) no-repeat;
  width: 220px;
  height: 700px;
}

.center
{
  float:left;
  background-color: #fff;
  height: 450px;
  padding-top: 157px ;
  width:57%;
}

.contatto
{
  font-size: x-large;
}

#contatti
{
  font-size: x-large;
}
#contatto_1
{
  padding-top: 43px ;
}
#contatto_2
{
  padding-top: 42px ;
}

#footer
{
  float:right;
  font-size: x-large;
  padding-top: 60px ;
}

h2
{
  font-family: Arial;
  margin:0;
}
