<!DOCTYPE html>
<html>
<head>
<title>Bitcoins - An Exploration</title>
<link rel="icon" type="image/png" href="favicon.png" />
<div style="background-color:#81BEF7;height:100px">
<img src=coin.png height="80px" style="margin-left:10px;margin-top:10px"/>
<a href="http://www.bitcoingrind.netne.net" style="text-decoration:none;"><p style="font-family:Impact;font-size:40px;color:#FFFF00;margin-left:100px;margin-top:-90px">Bitcoins <br /> How do they work?</p></a>
</div>
<br />
<style type="text/css">
#onw
{
{width:100px;height:100px;background:red;transition:width 2s;-webkit-transition:width 2s;}onw:hover{width:500px}
}
</style>
</head>
<body bgcolor="#FACC2E">
<div style="background-color:#FE642E;margin-left:40px;margin-right:40px">
<h2 style="font-family:Arial;color:#FACC2E;margin-left:10px">
<span style="color:#FFFF00">They are:</span>
<ul>
<li><span style="color:#FFFF00">Popular</span> — With over a hundred thousand users, and growing.</li>
<li><span style="color:#FFFF00">Decentralized</span> — There is no central authority governing their use.</li>
<li><span style="color:#FFFF00">Limited</span> — There is a limit of 21 million bitcoins.</li>
<li><span style="color:#FFFF00">Volatile</span> — The value of one bitcoin changes as shares and users change.
<li><span style="color:#FFFF00">Anonymous</span> — You can have as many bitcoin wallets you want — they are disposable.
<li><span style="color:#FFFF00">Digital</span> — No more coins weighing down your pockets again.
</ul>
</h2>
</div>
<div style="background-color:#FE642E;margin-left:40px;margin-right:40px">
<center><iframe align="center" style="margin-top:20px;margin-bottom:20px"width="560" height="315" src="http://www.youtube.com/embed/Um63OQz3bjo" frameborder="0"></iframe></center>
</div>
<div style="id:onw">Onwards!</div>
</body>
<script type="text/javascript" src="jquery.js"></script>
</html>