ÿþ<html lang="pt-br"> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"> <meta http-equiv="expires" content="0" /> <title>Main</title> <style type="text/css" type="text/css"> .title { font-family:Verdana, Helvetica, Arial; font-weight: bolder; font-size: 10pt; text-align: center; color: blue; } .just { text-align: justify; } .preco { font-size: 12pt; font-weight: bolder; color: darkred; } body { font-family:Verdana, Helvetica, Arial; font-size: 9 pt; margin:30; background-color: #bbccbb; } </style> <script type="text/javascript" > function show_promo(obj) { document.getElementById("promo").style.visibility = "visible"; document.getElementById("banner").style.top = "420px"; } function hide_promo() { document.getElementById("promo").style.visibility = "hidden"; document.getElementById("banner").style.top = "300px"; } </script> </head> <body link="#5f809e" vlink="#abc4b6" alink="#5f809e" bgproperties="fixed"> <div id="promo" style="width:100%;height:100%;visibility:hidden;z-index=1000;position:absolute;"> <input type="image" src="images/promocao2.png" onclick="hide_promo();" /> </div> <div align=center> <table width="100%"> <tr> <td> <div> <img alt="Pousada do Portal - Paraty - RJ - Brasil" src="images/frente_pousada.jpg" style="width: 600px; position: absolute; z-index: -100;" /> <input type="image" id="banner" alt="Promoção" src="images/promocao.png" style="position: absolute; float:left; top: 300px;" onclick="show_promo(this);"/> </div> <div style="position:absolute; width: 600px; left:30px; top: 500px; font-size: small; text-align: justify;">A <STRONG>Pousada do Portal</STRONG>, em Paraty, conta com 8 flats equipados para 4 pessoas e 15 apartamentos studio para 2 ou 3 pessoas, todos com TV a cores e frigobar, serviço de camareira, piscina, bar, coffee room, snack bar, internet wireless e sala com TV a cabo.</div> </td></tr></table> </div> </body> </html>