banner.html
978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<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>