﻿*, html, form, input, img, ul, li, a, div, span {margin:0; padding:0}
h1, h2, h3, table, th, tbody, fieldset, legend, input {margin:0; padding:0}

a, a:hover, a:visited, a:active { border:none; outline:none; }

body
{
  background-color:#fc840c;
  font-family:Arial;
}

#testa
{
  background-color:#fc840c;
  height:5px;
  font-size:0px;
	line-height:0px;
}

#menu
{
  height:50px;
  background-color:Black;
  background-image:url(Images/Menu/sfondo.jpg);
  background-position:bottom;
  background-repeat:repeat-x;
}

#corpo
{
  background-color:Black;
}

#corpo .contenitore
{
  background-color:Black;
  margin:0px 0px 0px 0px;
  height:500px;
  padding-top:50px;
}

#piede
{
  height:300px;
  background-color:#fc840c;
}

#piede .contenitore
{
  margin:0px 100px 0px 100px;
  padding:30px 30px 30px 30px;
}

#piede .contenitore_sx
{
  width:320px;
}



