banner.html 978 Bytes
<HTML>

<head>

<style>


body {
	background-image: url(/gsan/imagens/background.gif);
}

.topstrip {
	background-image: url(/gsan/imagens/backgroundsuperior.gif);
	background-repeat: repeat-x;
	border: none #000000;
}


.titulo{
	font: 15pt verdana, helvetica, sans-serif;
}

</style>

</head>

<body leftMargin=0 topMargin=0>

<TABLE border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
<TR>
	<TD align="center" valign="middle">
		<table width="100%" border="0" cellspacing="5" cellpadding="0">
		  <tr>
		    <td height="0" valign="top" class="topstrip">
		      <table width="100%" height="0" border="0" cellpadding="0" cellspacing="0">
		        <tr>
		          <td height="0" colspan="2" valign="bottom" class="topstrip"></td>
		
		          <td valign="top" align="right"><img src="/gsan/imagens/logogcom.gif" border="0" width="192" height="51"></td>
		        </tr>
		
		      </table></td>
		  </tr>
		</table>
	</TD>
</TR>
</TABLE>

</body>

</HTML>