ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Welcome Page </title> <style type="text/css"> html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;} body {font-family:verdana, arial, sans-serif; font-size:100%;} #background{position:absolute; z-index:1; width:100%; height:100%;} #scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} #content {padding:0;} p {line-height:1.8em; letter-spacing:0.1em; text-align:justify;} #fixed {position:absolute; top:25px; left:10px; width:150px; z-index:10; color:#567; border:1px solid #000; padding:10px;} </style> <!--[if IE 6]> <style type="text/css"> html {overflow-y:hidden;} body {overflow-y:auto;} #page-background {position:absolute; z-index:-1;} #content {position:static;padding:10px;} </style> <![endif]--> </head> <body> <div> <img id="background" src="images/hi5.jpg" alt="" title="" /> </div> <div id="scroller"> <div id="content"> <br><br><br><br><br> <center> <img src="images\IMG_0123.jpg" width="250" height="300"> &nbsp;&nbsp;&nbsp;&nbsp; <img src="images\littlepheobe.jpg" width="250" height="300"> &nbsp;&nbsp;&nbsp;&nbsp; <img src="images\helen2.jpg" width="250" height="300"> <br> <font color="white"> <h1> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="english\english.html" target="_top">English</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="french/french.html" target="_top">French</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="kswhalli/kswhalli.html" target="_top">Kswhalli</a> </h1> </font> </center> </div> </div> </body> </html>