body {
  background-attachment: fixed;
  background-color: rgb(255, 255, 255);
  background-repeat: repeat-x;
  color: rgb(50, 50, 50);
  display: block;
  font-family: Verdana;
  height: 201px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
  width: 1117px;
}

div#tweets{
  margin-left: 0px;
}

.inner_tweet {
  #float: left;
  #position: relative;
  padding: 15px;
}

.tweet_image {
  vertical-align: middle;
  #right: 40px;
  #float: left;
  #position: relative;
  #width: 60px;
}

.tweet_content {
  font-size: 18px;
  margin: 17px 30px 0 65px;
  display: block;
}

.tweet_author {
}


