html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff url(/media/img/bg.png) top repeat-x;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 75%;
  padding: 0;
}

a {
  color: #0073c7;
}

a img {
  border: 0;
}

h1 {
  text-align: center;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 400%;
  font-weight: bold;
  color: #194b77;
  height: 123px;
}

#hot {
  background: url(/media/img/bg2.png) top repeat-x;
  border-bottom: 2px solid #b3ddf3;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 400%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 100px;
  height: 175px;
}

#lifestream {
  /*
  float: right;
  width: 400px;
  overflow: hidden;
  */
  background: #fff;
  padding: 1px 10px;
}

#lifestream p img {
  vertical-align: bottom;
}

.timesince {
  color: #aaa;
}

#footer {
  clear: both;
  margin-top: 50px;
  padding-top: 10px;
  border-top: 1px dotted #ccc;
  color: #aaa;
  text-align: center;
}

#footer a {
  color: #aaa;
}

#footer img {
  vertical-align: bottom;
}
