ÿþ<!-- FILE: home.html --> <!-- AUTHOR: Adam Toda --> <!-- DESIGN ALLIANCE WEBSITE --> <html> <!-- HEAD --> <head> <title> Design Alliance </title> <meta http-equiv="content-type" content="text-html; charset=utf-8"> <link rel="stylesheet" href="../layout/layout.css"> <style type="text/css"> #logo { position: relative; left: 0px; top: 0px; width: 635px; height: 461px; background-image: url("home/logo.jpg"); } #links { text-align: left; position: absolute; left: 573px; top: 295px; } #links a, #links a:visited { font-family: arial; text-decoration: none; font-size: 14px; color: #333333; } #links a:hover { color: #bb8e26; } </style> </head> <!-- BODY --> <body style="text-align: left;"> <!-- LOGO --> <div id="logo"> <!-- LINKS --> <div id="links"> <a href="english/main.html"> English </a> <br> <br> <a href="japanese/main.html" style="margin:-1px;"> åe,gžŠ </a> </div> </div> </body> </html>