#header_bg {
 width: 100%;
 margin: 0px;
 padding: 0px;
 background: url('../immagini/header_bg.png') repeat-x;
}

#header_logo {
 float: left;
 text-align: left;
 margin-top: 10px;
 margin-left: 5%;
 height: 190px;
 width: 274px;
}

#header_title a {
 display: block;
 padding-top: 20px;
 font-size: 38px;
 color: #000;
 font-weight: bold;
 text-decoration: none;
}

#header_tagline {
 text-align: left;
 height: 200px;
 background: url('../immagini/header_ppl.png') no-repeat;
 background-position: top right;
 margin-right: 5%;
}

#header_tagline h1 {
 margin: 0px;
 font-size: 32px;
 line-height: 1.2em;
 color: #000;
}

#header_tagline p {
 font-size: 18px;
 color: #bb0000;
 line-height: 1em;
}