/* Remove whitespace around browser window */
body{
	border: 0px;
	margin: 0 auto;
}

.twittertop{
	background-color:#191919;
	height:75px;
}

.twittertopcontent{
	margin: 0 auto;
	width:1000px;
	height:75px;
	padding-left:80px;
}

.twitterbody{
	background-color:#131313;
	height:170px;
}

.twitterbodycontent{
	margin: 0 auto;
	width:1000px;
	height:170px;
	background-image: url(../images/twitter_background.png);
	background-repeat:repeat-x;
}

.twitter_follow {
	float:left;
	width:250px;
	padding-top:35px;
}

.devider{
	background-image: url(../images/devider.png);
	background-repeat:no-repeat;
	width:2px;
	height:170px;
	float:left;
}

.tweet{
	float:left;
	width:197px;
	padding-left:15px;
	padding-right:15px;
	padding-top:19px;
	font-family:Arial;
	color:#DEDEDE;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	white-space:normal;
}

.time{
	color:#797979;
	font-size:11px;
	font-weight: normal;
	font-family:Arial;
	padding-top:9px;
}

.box{
	border:1px solid #000000;
}

.tweetlink a:link{
	font-family:"Arial";
	font-size:12px;
	text-decoration: none;
	color: #980300;
}

.tweetlink a:visited{
	font-family:"Arial";
	color: #980300;
	font-size:12px;
	text-decoration: none;
}

.tweetlink a:active{
	font-family:"Arial";
	color: #980300;
	font-size:12px;
	text-decoration: none;
}

.tweetlink a:hover{
	font-family:"Arial";
	color: #933;
	font-size:12px;
	text-decoration: none;
}

.twitter a:link{
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	color: #980300;
}

.twitter a:visited{
	font-family:"Arial";
	color: #980300;
	font-size:11px;
	text-decoration: none;
}

.twitter a:active{
	font-family:"Arial";
	color: #980300;
	font-size:11px;
	text-decoration: none;
}

.twitter a:hover{
	font-family:"Arial";
	color: #933;
	font-size:11px;
	text-decoration: none;
}

.timet a:link{
	color:#797979;
	font-size:11px;
	font-weight: normal;
	font-family:Arial;
	text-decoration:none;
	border-bottom:none;
}

.timet a:visited{
	color:#797979;
	font-size:11px;
	font-weight: normal;
	font-family:Arial;
	text-decoration:none;
	border-bottom:none;
}

.timet a:active{
	color:#797979;
	font-size:11px;
	font-weight: normal;
	font-family:Arial;
	text-decoration:none;
	border-bottom:none;
}

.timet a:hover{
	color:#797979;
	font-size:11px;
	font-weight: normal;
	font-family:Arial;
	text-decoration:none;
	border-bottom:none;
}