#container{
margin:20px auto;
padding:0;
width:600px;
height:300px;
border:1px solid #f60;

text-align:left;
background-color: #010066;

position:relative;
} 

#banner {
position:absolute;
left:550px;
top:60px;
font-size:22px;
color:#000;
background: #111; 
width:600px;
height:300px;
text-align:right;
font-weight:bold;
background-color: #010066;
} 
#container p{
margin:0;
padding:.3em;
font-size:.9em;

} 

#banner {
------
background-color:#e1e1e1;
background-image:url('../auguri_web.jpg');
background-repeat: no-repeat;
background-position: left top;

}
#banner a:link, #banner a:visited{
color:#fff;
text-decoration:none;
}
#banner a:hover, #banner a:focus, #banner a:active{
color:#000;
text-decoration:none;
} 
#banner p.testo{
margin:180px 0 0 0;
padding: 0 ;
color:#fff;
text-align:center;
font-size: 1em;
} 


