1. <html>
  2. <head>
  3. <title>Gaia Resources dot Info</title>
  4. <style type="text/css">
  5.  
  6. body {
  7. background-image:url('http://i1091.photobucket.com/albums/i387/Version_Five/GFX/background.jpg');
  8. }
  9.  
  10. #mainimg {
  11. display: block;
  12. margin:0px auto;
  13. width:425px;
  14. height:185px;
  15. }
  16.  
  17. #navbar {
  18. margin:0px auto;
  19. }
  20.  
  21. #nav {
  22. margin:0;
  23. padding:0;
  24. background:#01aadb url(nav_bg.jpg) 0 0 repeat-x;
  25. float:left;
  26. width:100%;
  27. border:1px solid #e8f246;
  28. border-width:1px 0;
  29. }
  30. #nav li {
  31. display:inline;
  32. padding:0;
  33. margin:0;
  34. }
  35.  
  36. #nav a:link,
  37. #nav a:visited {
  38. color:#000;
  39. background:#01aadb;
  40. padding:20px 40px 4px 10px;
  41. float:left;
  42. width:auto;
  43. border-right:1px solid #e8f246;
  44. text-decoration:none;
  45. font:bold 1em/1em Arial, Helvetica, sans-serif;
  46. text-transform:uppercase;
  47. text-shadow: 2px 2px 2px #555;
  48. }
  49. #nav a:hover,
  50. #nav a:focus {
  51. color:#fff;
  52. background:#138eb1;
  53. }
  54.  
  55. #nav li:first-child a {
  56. border-left:1px solid #42432d;
  57. }
  58.  
  59. #maintext {
  60. position:absolute;
  61. margin:0px auto;
  62. font-family:"Times New Roman", serif;
  63. text-align:center;
  64. font-weight: bold;
  65. font-size: 14pt;
  66. top: 300px;
  67. }
  68.  
  69. </style>
  70.  
  71.  
  72.  
  73. <body>
  74.  
  75. <div id="mainimg"><img src="http://i1091.photobucket.com/albums/i387/Version_Five/GFX/gresources.png"
  76.  
  77. width="425" height="185" alt="Welcome to GaiaResources!"/></div>
  78.  
  79. <div id="navbar">
  80. <ul id="nav">
  81. <li id="nav-home"><a href="welcome.html">Home</a></li>
  82. <li id="nav-about"><a href="updates.html">About</a></li>
  83. <li id="nav-archive"><a href="proflearchive.html">Archive</a></li>
  84. <li id="nav-lab"><a href="#">Lab</a></li>
  85. <li id="nav-reviews"><a href="#">Reviews</a></li>
  86. <li id="nav-contact"><a href="#">Contact</a></li>
  87. </ul>
  88. </div>
  89. <div id="maintext">
  90. <p>Gaia Resources is a website dedicated to bringing all users of Gaia
  91.  
  92. resources that will help them in general. </p>
  93.  
  94.  
  95.  
  96. <p>Here at Gaia Resources we currently only have <u>1</u> tool as of
  97.  
  98. yet, however, we are working on more tools currently.<br /> But for now you
  99.  
  100. can find the great Profile Archive, the Profile Archive is an archive
  101.  
  102. containg a bunch of submitted profiles created by regular Gaians just
  103.  
  104. like you and me.<br /> These profiles are high quality and guaranteed to
  105.  
  106. make your profile look great!</p>
  107.  
  108.  
  109.  
  110. <p>Just because we currently only have one tool right now does not mean
  111.  
  112. we won't have more in the future.<br /> Some of the tools we plan to have
  113.  
  114. in the near future is a Gaia Tank Analyzer, Item Lists, maybe a Shoutbox
  115.  
  116. tool. Definitely a Random Password Generator... <br />and uh a random signature
  117.  
  118. tool. There definately will be more later on!</p></div>
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126. </body>
  127.  
  128. </html>
  129.