ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Oldtimmers Club</title> <style type="text/css"> /* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */ html, body {height:100%; margin:0; padding:0;} /* Set the position and dimensions of the background image. */ #page-background {position:fixed; top:0; left:0; width:100%; height:100%;} /* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */ #content {position:relative; z-index:1; padding:10px;} </style> <!-- The above code doesn't work in Internet Explorer 6. To address this, we use a conditional comment to specify an alternative style sheet for IE 6 --> <!--[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 id="page-background"> <img src="images\homepage1.jpg" width="100%" height="100%" alt=""> <a href="http://www.otclub.clanwebpro.com/maps" style="border-style: none; font-family: 'Arial Black'; font-size: 16px; font-weight: bold; font-style: italic; color: #99CCFF; position: absolute; z-index: auto; width: 200px; height: 25px; top: 220px; left: 25px; text-decoration: none;"> Maps</a> <a href="http://store.steampowered.com/css" style="border-style: none; font-family: 'Arial Black'; font-size: 16px; font-weight: bold; font-style: italic; color: #99CCFF; position: absolute; z-index: auto; width: 200px; height: 25px; top: 200px; left: 25px; text-decoration: none;"> CSS </a> <a href="http://www.otclub.clanwebpro.com/pics" style="border-style: none; font-family: 'Arial Black'; font-size: 16px; font-weight: bold; font-style: italic; color: #99CCFF; position: absolute; z-index: auto; width: 200px; height: 25px; top: 240px; left: 25px; text-decoration: none;"> Pictures</a> <a href="http://www.otclub.clanwebpro.com/cleaningtools" style="border-style: none; font-family: 'Arial Black'; font-size: 16px; font-weight: bold; font-style: italic; color: #99CCFF; position: absolute; z-index: auto; width: 200px; height: 25px; top: 260px; left: 25px; text-decoration: none;"> Tools</a> </div> </body> </html>