body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF3399;
	
	
}
body,a
{
font-family: verdana;
font-size: 14px;
color: #efefef;
}
.oneColFixCtr #container {
	width: 500px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; 
}
#twitter {
	margin: 0px;
}
.twitter-title  {
	font-size: 36px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}
#twitter_update_list {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 26px;
}
#twitter_update_list a {
	color: #999999;
	font-size: 10px;
}
#twitter_update_list li {
	margin-bottom: 15px;
}

textarea
{
	display: block;
	width: 400px;
	height: 80px;
	padding: 4px;
	font-size: 11px;
	background: #444;
	color: #ccc;
}