body {
	margin: 0px;
	padding: 0px;
	background-color: #3FB8DB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #282828;
}
#tweetPageCntr {
	position:relative;
	display:inline-block;	
	width:800px;
	display:inline-block;
}
#tweetPageCntr #tweetHeader {
	position:relative;
	display:inline-block;
	width: 800px;
	padding-top: 25px;
	clear:both;
}
.tweetTtl {
	font-size: 18px;
	font-weight: bold;
}
.tweetSubTtl {
	font-size: 15px;
	font-weight: bold;
}
#tweetPageCntr #tweetBody {
	position:relative;
	display:inline-block;
	width: 800px;
	clear:both;
}
#tweetPageCntr #tweetFooter {
	position:relative;
	display:inline-block;
	width: 800px;
	clear:both;
}

.tweetTxtStyle {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 28px;
	padding-left: 28px;
	font-size: 14px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: center top;
}
.tweetTxtStyle a {
	color: #3998B5;
	text-decoration: underline;
	font-weight: bold;
}
.tweetTxtStyle a:hover {
	color: #F58C3E;
}
#tweetPageCntr #tweetBody #tweetInfo #tweetFeed {
	left:15px;
	top:20px;
	padding-bottom:30px;
	width:100px;
	float: right;
	clear:both;
	position: relative;
	display: inline;
	text-align:center;
	font-size: 11px;
	color: #666666;
}
#tweetPageCntr #tweetBody #tweetInfo #orderPlanner {
	left:35px;
	top:-225px;
	height:0px;
	overflow:visible;
	padding-bottom:30px;
	width:100px;
	float: right;
	clear:both;
	position: relative;
	display: inline;
	text-align:center;
	font-size: 11px;
	color: #666666;
}
#tweetPageCntr #tweetBody #tweetInfo #netBugs {
	width:150px;
	clear:both;
	position: relative;
	display: inline-block;
	text-align:center;
	font-size: 11px;
	color: #666666;
	padding-top:10px;
}
