body {
  background-color: #fff;
  color: #000;
}

#header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 150px;
  padding-left: 150px;
  background-color: #636;
  color: #fff;
}

#header h1 {
  color: #c9c;
}

#content {
  position: absolute;
  top: 150px;
  right: 300px;
  left: 200px;
  bottom: 0;
}

ul.tweets {
  list-style-type: none;
}

li.tweet img {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

li.tweet {
  padding: 20px;
  margin: 10px 0;
  border-bottom: solid 1px #c9c;
}

li.tweet h2 {
  font-size: 2em;
  color: #636;
  vertical-align: top;
}

a {
  color: #636;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.tweettext {
  font-size: 1.5em;
}

#about {
  position: absolute;
  right: 20px;
  width: 250px;
  top: 160px;
  text-align: right;
}

#about h2, #roll h2 {
  font-size: 1.5em;
  color: #636;
}

#about p {
  margin-bottom: 1em;
}

#roll {
  position: absolute;
  left: 20px;
  width: 160px;
  top: 160px;  
}

#roll ul {
  list-style-type: none;
}

