#create_thread_holder {
  background-color: #FFFFFF;
  padding: 12px;
  margin: 0px;
  margin-left: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: Helvetica, Arial, Verdana;
  width: 400px; 
  position: fixed;
  left:57px;
  top: 200px;
  text-align: left;
}

#create_thread_error {
  float: right;
  color: red;
  margin-right: 5px;
}

#logo_holder {
  left: 0px;
  top: 0px;
  position: fixed;
}

body {
  background-color: #d1d1d1;
  background-repeat: repeat-x;
  background-attachment: scroll;
  margin: 0px;
}


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

a:hover {
  color: #000000;
  text-decoration: underline;
}

#latest_tweets_holder {
  width: 500px;
  padding: 20px;
  float: right;
}

.tweet_and_avatar_holder {
  width: 500px;
}

