div.header {
	height: 100px;
	width: 100%;
	top: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px none;
}

table.logo {
	width: 98%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
}

#aclogo {
  background-image: url(http://napoletano.net/media/acontrario_banner-motto.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  position: absolute;
  height: 100px;
  width: 100%;
  top: 0px;
  margin-top: 1px;
  margin-bottom: 5px;
  margin-left: 1px;
  margin-right: 1px;
  border-bottom: 1px solid #000000;
}
#straightlogo {
  background-image: url(http://napoletano.net/media/full_logo-sm.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  color: #FFFFFF;
  position: absolute;
  height: 100px;
  width: 100%;
  top: 0px;
  margin: 1px 1px 1px 1px;
  border: 0px none;
}
