<!--
body
{  
    background-color: #000000;
    background-image: url('red_gradient.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-attachment: fixed;
    font-size: 12pt;
    font-family: courier new;
    color: #cccccc;
}-->
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#ddeef6
}
body {
    background-color: #000000;
    background-image: url('red_gradient.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-attachment: fixed;
    font-size: 12pt;
    font-family: courier new;
    color: #cccccc;
}

#twit-div { 
	
	width: 518px; 
	height: 550px; 
	background:url(twitter-backtrans2.png) no-repeat;
	padding:5px 20px 0px 130px;
	
	
}
#twit-div2 { 
	
	width: 300px; 
	height: 550px; 
	padding: 0px 20px 0px 0px;

}
ul#twitter_update_list { 
	list-style: none; 
	font-size: 14px;	
	width:320px
}

ul#twitter_update_list2 { 
	list-style: disc; 
	font-size: 14px;	
	width:320px
}

ul#twitter_update_list li { 
	margin-bottom: 5px;
	padding: 5px;
	color:#990000; 
    color: #cccccc;
}

ul#twitter_update_list2 li { 
	margin-bottom: 5px;
	padding: 5px;
    color: #cccccc;

}
a { color: #fff; }
img {border:0px}

.center
{ 
text-align: center;
}

.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
    font-size: 8pt;
}



