body {
  background: url(images/bg.jpg); 
  color: #e5e5e5;
  font-family: 'monaco', 'lucida console';
  line-height: 150%;
  margin: 0;
}
a { color: #e5e5e5; }
.b {
  background: url(images/tb.png);
  margin-top: 30px;
  padding: 20px;
}
.logo {
  width: 360px;
}
.desc {
  width: 470px;
}
#footer {
  position: absolute;
  left: 5px;
  bottom: 0;
  font-size: 9pt;
}