<html>
<head>
  <title>BIOSLEVEL.com</title>
<style>
body {
  padding: 0;
  margin: 0;
  background-color: #04356C;
  color: white;
  font-family: Trebuchet,Arial;
}
#top {
  background-color: #0D56a6;
  border-bottom: 1px solid #689AD3;
}
#topCon {
  font-weight: bold;;
  padding-top: 8em;
  margin-left: auto;
  margin-right: auto;
  width: 640px;
  text-align: center;
}
#footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  width: 640px;
}
#footer p {
  margin: 0;
  padding: 0;
}
#fRight {
  float: right;
  clear: right;
  width: 210px;
}
#fCenter {
  margin-right: 10px;
  float: right;
  clear: none;
  width: 210px;
}
#fMain {
  vertical-align: top;
  width: 210px;
}
.bar {
  border-bottom: 3px solid #0D56a6;
}
input {
  font-size: 20px;
  color: #689AD3;
  border: 0;
  background-color: #04356C;
  width: 430px;
  height: 46px;
  padding:10px
}
#email {
  border: 1px solid #689AD3;
  border-right: 0px;
}
label {
  margin-right: 10px;
  color: #689AD3;
  font-size: 20px;
}
#add {
  background: url("add.gif");
  height: 46px;
  width: 46px;
  padding-top: 7px;
}
#newmail {
  text-align: center;
  padding: 0;
  margin: 0;
  height: 60px !important;
}
a:link, a img {
  border: none;
  text-decoration: none;
}
#footer h4 {
  margin:0;padding:0;
}
#load {
  display: none;
}
#thanks {
  display: none;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer ul li {
  margin: 0;
  padding: 0;
}
#footer ul li a:link, #footer ul li a:visited {
  color: #689AD3;
  text-decoration: none;
}
#footer ul li a:hover {
  color: #0D56a6;
}
</style>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js "></script>
<script type="text/javascript">
$(document).ready( function() {
  $("#email").focus( function() {
    if ( ($("#email").val() == "Enter your e-mail address to get updates") || ($("#email").val() == "") || ($("#email").val() == " ") ) {
      $("#email").val(" ");
    }
  });
  $("#email").blur( function() {
    if ( ($("#email").val() == "") || ($("#email").val() == " ") ) {
      $("#email").val("Enter your e-mail address to get updates");
    }
  });
  $("#add").click( function() {
    $("#form").hide();
    $("#load").fadeIn(600);
    var email = $("#email").val();
    $.getJSON("ajax.php", { action:"add",email:email },
	  function(data){
	    $("#load").hide();
	    $("#thanks").fadeIn(1000);
	  }
    );

  });
});
</script>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18238208-1']);
  _gaq.push(['_setDomainName', '.bioslevel.com']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>
<body>
  <div id="top">
    <div id="topCon">
      <h1><img src="logo.png" alt="BIOSLEVEL.com"/></h1>
      <p>We're working hard on a brand-new site, but we'll be back soon with all your favorite content.</p><br/>
      <p id="newmail"> <span id="thanks">Thanks for the support! You'll know as soon as we're open again!</span>  <span id="load"><img src="loading.gif"/></span> <span id="form"><label>Join Us</label><input type="text" id="email" value="Enter your e-mail address to get updates"/><input type='button' id='add'/></span> </p><br/><br/>
      <p>Social</p>
      <p class="social"> <a href="http://twitter.com/bioslevel" title="Twitter"><img src="twitter.png" alt="BIOSLEVEL.com on Twitter"/></a>&nbsp;&nbsp;<a href="http://www.facebook.com/pages/BIOS_LEVEL/14517640413" title="Facebook"><img src="facebook.png" alt="BIOSLEVEL.com on Facebook"/></a></p>
    </div>
  </div>
    <div id="footer">
      <div id="fRight">
	<h4>Our Other Sites</h4>
	<ul>
	  <li><a href="http://cocktailaday.net">Cocktail-A-Day</a></li>
	  <li><a href="http://seanpotter.info">Sean Potter</a></li>
	  <li><a href="http://www.k-f.me">K-F</a></li>
	  <li><a href="http://yackovich.com">Yackovich.com</a></li>
	</ul>
	<div class="clear">&nbsp;</div>
      </div>

      <div id="fCenter">
	<h4>A Few Sponsors</h4>
	<ul>
	  <li><a href="http://thermaltake.com">Thermaltake</a></li>
	  <li><a href="http://creative.com">Creative</a></li>
	  <li><a href="http://www.pchdtv.com/">pcHDTV</a></li>
	  <li><a href="http://www.crucial.com/">Crucial</a></li>
	  <li><a href="http://www.palit.biz">Palit</a></li>
	  <li><a href="http://www.sapphiretech.com">Sapphire</a></li>
	</ul>
	<div class="clear">&nbsp;</div>
      </div>
      <div id="fMain">
	<h4>Our Favorite Sites</h4>
	<ul>
	  <li><a href="http://thinkcomputers.org">ThinkComputers</a></li>
	  <li><a href="http://engadget.com">Engadget</a></li>
	  <li><a href="http://www.cyanogenmod.com/">Cyanogen Mod</a></li>
	  <li><a href="http://tuxmachines.org">Tuxmachines.org</a></li>
	  <li><a href="http://linux.com">Linux.com</a></li>
	</ul>
	<div class="clear">&nbsp;</div>
      </div>
      <div class="clear">&nbsp;</div><br/>
      <div class="bar">&nbsp;</div>
      <div style="text-align: center">&copy; 2006 &mdash; 2010 BIOSLEVEL.com</div><br/><br/>
    </div>

  
</body>
</html>