@charset "utf-8";
/* CSS Document */

#twitter_t {
  width: 445px;
  height: 34px;
   background-image:url("your top image");
	}
	 
	#twitter_m {
	   width: 415px;
	   padding: 0 15px;
	   background:url("your middle image")  0 0 repeat-y;
	}
	 
	   #twitter_container {
	       min-height:45px;
	       height:auto !important;
       height:40px;
	       padding-bottom:10px;
	   }
	 
	       #twitter_update_list {
	           width: 415px;
	           padding: 0;
	           overflow: hidden;
	           font-family: Georgia;
	           font-size: 14px;
           font-style: italic;
	           color: #31353d;
	           line-height: 16px;
	           font-weight:bold;
	       }
	 
	       #twitter_update_list li {
           width: 415px;
	           list-style: none;
	       }
	 
	       #twitter_update_list li a {
	           color: #5f6d76;
	           border-bottom: dotted 1px;
	           text-decoration: none;
	       }
	 
	       #twitter_update_list li a:hover {
	           color: #31353d;
	           background: #d3f1f9;
	       }
	 
	#twitter_b {
	   width: 445px;
	   height: 29px;
	   background-image:url("your bottom image");
	}