#header {
    display: none;
  position: relative;
  width: 780px;
  height: 124px;
  background-color: white;
  margin: 0px;
}

.hrefHeader {
	position: absolute;
	display: block;
	height: 90px;
	width: 898px;
	z-index: 99;
	text-decoration: none;
}

#webTitle {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 30px;
  color: black;
  z-index: -5;
}

#webTitle a {
  text-decoration: none;  
  color: black;
}

#webTitle .i {
  color: rgb(228,104,17);
}

#logoSimboli {
    display: none;

}

#logoBitcon {
    display: none;

}
/**** menu ****/

#menuContent {
    display: none;

}

#contentPage {
  margin: 0px;
  padding: 0px;
}

#mainContent {
  background-image: none;
  padding-top: 20px;
}

.articleDetail {
	text-align: left;
	margin-top: 0px;
	font-weight: normal;
}

/***** footer ****/

.footerClaim {
	margin: 5px auto 5px auto;
	clear: both;
	padding: 5px;
	margin-top: 10px;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	color: rgb(30,47,118);
	background-color: white;	
}
