@charset "UTF-8";
/* CSS Document */

@import url("common.css");
@import url("notizie.css");

html, body {
	height: 100%;
	margin: 0px;
    padding: 0px;
	text-align:center;
	background: url(../img/bc3.jpg) left top no-repeat #ECEDEC;
}

#Header{
  float: left;
  width: 974px;
  height: 223px;
  padding: 0;
  margin: 0 0 0 30px;
  display: inline;
  background:url(../img/table2.png) left top no-repeat;
}
