html, body {
  height: 100%;         /* required */
}
body {
  text-align: center;   /* horizontal centering hack for IE */
  padding: 0;           /* required to "hide" distance div */
  margin: 0;            /* required to "hide" distance div */
  background: url(/img/bg.png);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
}
img {
  border: 0;
  vertical-align: middle;
}
h1 {
  display: inline;
  font-size: 1em;
}
a {
  
}
div#distance { 
  margin-bottom: -15em; /* half of content height */
  background: none;      /* temporary - used to see div */
  width: 1px;           /* required to "hide" distance div */
  height: 50%;          /* required */
  float: left;          /* required */

}
div#content {
  position: relative; /* positions content on top of distance */
  text-align: left; /* horizontal centering hack for IE */
  height: 30em; /* required - desired height */
  width: 60em; /* required - desired width */
  background: white; /* cosmetic */
  margin: 0 auto; /* required */
  clear: left; /* required */
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #d4d4d4;
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
div#navbar {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #d4d4d4;
  padding-left: 10px;
  font-weight: bold;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(255,255,255)),
    color-stop(1, rgb(245,245,245))
);
  background: -moz-linear-gradient(
    center top,
    rgb(255,255,255) 0%,
    rgb(245,245,245) 100%
);

}
div#footer {
  padding-top: 5px;
  position: relative; /* positions content on top of distance */
  text-align: left; /* horizontal centering hack for IE */
  height: 2em; /* required - desired height */
  width: 99em; /* required - desired width */
  margin: 0 auto; /* required */
  clear: left; /* required */
  color: #999999;
  font-size: 0.6em;
}
div#stuff {
  padding: 20px;
  float: left;
  font-size: 1em;
}
div#top {
	height: 24em;
}
div#stuff_title {
  font-size: 1.2em;
}
div#bottom {
	font-size: 0.8em;
}
div#sidebar {
  float: right;
  padding: 20px;
  width: 130px;
  font-size: 0.9em;
}
div#desc {
  padding-top: 10px;
  color: #a2a2a2;
}
div#twitter {
  padding-top: 30px;
  font-size: 0.8em;
  color: #4a4a4a;
}
div#twitter_title {
  color: #cfcfcf;
}