HEADER
MENU'
<HTML>
<HEAD>
<TITLE> Layout 1 </TITLE>

<style type=text/css>
body {
margin:0px;
padding:0px;
font-family:verdana, arial, helvetica, sans-serif;
color:black;
FONT-SIZE: 12px;
}
div {
position:absolute;
width:585pt;
top:0;
left:0;
height:100%
}
</style>

</HEAD>
<BODY>
<div>
<TABLE border=1 bordercolor=black cellpadding=0 cellspacing=0 width=100% bgcolor=white>
<TR height=50>
   <TD colspan=2><CENTER> Header </CENTER></TD>
</TR>
<TR>
   <TD width=20% bgcolor=#666666 valign=top> MENU' </TD>
   <TD width=80% bgcolor=#CCCCCC valign=top> CONTENUTO </TD>
</TR>
</TABLE>
</div>
</BODY>
</HTML>