body{
  background-color: #333;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  color: #CCC;
  font-family: georgia;
  font-size: 12px;
}

#back{
  position:absolute;
  top:0px;
  right:0px;
  margin-top:0px;
  margin-right: 0px;
}

#header{
  background-image: url('../img/header.png');
  background-repeat: no-repeat;
  height: 165px;
  width: 814px;
  margin-top:0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;

}

#menu{
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 43px;
  width: 100%;
  text-align: center;
}

#menu div{
  padding-top: 5px;
}

#menu a{
  color: #000;
  font-size: 20px;
  display: inline;
  margin-left: 9px;
  margin-right: 9px;
  font-family: georgia;
  text-decoration: none;
}

#menu a:hover{
  text-decoration: underline;
}

#box{
  background-image: url('../img/bg.gif');
  background-repeat: repeat-y;
  background-color: #000;
  margin-top: 0px;
  padding-top: 0px;
  text-align: left;
  width: 814px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

#introduzione{
  font-family: verdana;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 90%;
  margin-top:0px;
}

#introduzione img{
  border:0px;
}

#introduzione h3{
  font-family: verdana;
  font-size: 13px;
  font-weight: normal;
}

#introduzione h3 a,h3 a:link,h3 a:visited{
  text-decoration:none;
  color: #fb0082;}

#introduzione h3 a:hover{
  text-decoration:underline;
  color: #fb0082;}


#news_img{
  margin-left: 40px;
}


#news_box{
  margin-top: 10px;
  padding-top:15px;
  width: 439px;
  margin-left: 38px;
  background-image: url('../img/bg_news.png');
  background-repeat: no-repeat;
}

#news_box h1{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top:0px;
  font-size: 21px;
  font-weight: bold;
  font-family: georgia;
  margin-left: 15px;
  color:#478b38;
}

#news_box h2{
  margin-left: 20px;
  margin-top:0px;
  padding-top:3px;
  font-size: 16px;
  font-style: italic;
  font-family: georgia;
  color: #fb0082;
  font-weight: normal;
}

#news_box h3{
  margin-left: 15px;
  margin-right: 8px;
  font-family: verdana;
  font-weight: normal;
  font-size: 12px;
  color: #CCC;
}

#right_box{
  float: right;
  width: 242px;
  height: 100%;
  margin-right: 38px;
  background-color: #000;
}

#newsletter{
  background-image: url('../img/newsletter.png');
  background-repeat: no-repeat;
  margin-top: 30px;
  width: 240px;
  height: 175px;
}

#newsletter .h2{
  padding-top: 50px;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}


#newsletter form fieldset{
  border: 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


#newsletter input.input{
  display: block;
  text-align: left;
  background-color: transparent;
  background-image: url('../img/input_newsletter.gif');
  background-repeat: no-repeat;
  font-family: Georgia;
  font-size: 20px;
  color: #fb0082;
  width: 208px;
  height: 31px;
  padding-top: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  margin-bottom: 10px;
  border: 0px;
}

#newsletter input.submit{
  width: 77px;
  border: 0px;
  height: 23px;
  margin: 0px;
  padding: 0px;
  color: #000;
  font-family: georgia;
  font-size: 22px;
  background-color: transparent;
}

#video{
  background-color: #1e1b1c;
  margin-top: 30px;
  width: 240px;
}

#footer{ 
  text-align: center;
  width: 814px;
  height: 100px;
  background-image: url('../img/footer.png');
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

#footer img{
  margin-top: 5px;
  border:0px;
 }