body
{
 background-image:url('/images/wp_1.jpg');
 background-color: #32612B;
 text-align: center;
 margin:0;
 font-family:Arial;
}
.clear{
  clear:left;
}
.header{
  height:130px;
  background-image:url('/images/header_bg.jpg');
  background-repeat:no-repeat;
}
.tweetContainer{
  background-image:url('/images/tweet.png');
  background-repeat:no-repeat;
  width:600px;
  height:100px;
  margin-left:25px;
  margin-right:20px;
  display:block;
  clear:left;
  padding-top:15px;
  padding-bottom:5px;
}
.twitterFeed{
  background-image:url('/images/tweets_bg.jpg');
  background-repeat:repeat-y;
  text-align:left;
  float:left;
  padding-left:10px;
  width:630px;
}
.statusUpdateContainer{
  float:left;
  width:470px;
  margin-left:15px;
}
.status{
  font-family:Arial;
  font-size:13px;

}
#statusTimestamp{
  color: #777777;
  font-size:12px;
  font-family: Georgia, Helvetica, sans-serif;
	font-style:italic;
}
#statusTimestamp a{
  color: #777777;
	font-size:12px;
	font-family: Georgia, Helvetica, sans-serif;
	font-style:italic;
}
.statusUpdate{
  display:block;
}
a.username {
  font-family:Arial;
  font-size:22px;
  font-weight:bold;
  color:#0090FF;
  text-decoration:none;
  /* color:#4b4b4b;  */
}
a.username:hover{
  text-decoration:underline;
}
a.statusLink {
  font-family:Arial;
  font-size:13px;
  text-decoration:underline;
  color:#0090FF;
}
a.statusLink:hover{
  text-decoration:none;
}
a.profileLink {
  font-family:Arial;
  font-size:11px;
  text-decoration:underline;
  color:#0090FF;
}
a.profileLink:hover{
  text-decoration:none;
}
.userPic{
  float:left;
  width:48px;
  border:5px solid white;
}
.userPicThumb{
  height:48px;
  width:48px;
}
.playersList
{
 float:left;
 text-align:left;
 width:230px;
 margin-left:10px;
}
.players_list_container
{
 display:block;
 text-align:left;
 background-image:url('/images/players_bg.jpg');
 padding-left:35px;
}
.players_list_at
{
 font-size:12px;
 color:#4b4b4b;
}
.players_list_blue
{
 font-size:14px;
 font-weight:bold;
 color:#0090FF;
}
.players_list_pic
{
 float:left;
 width:26px;
}
.players_list_name
{
 float:left;
 width:150px;
}
.clear
{
 clear:left;
 height:5px;
}
#container{
  width:900px;
  margin: 0 auto;
}
