
 body {
  background-color:#fff;
 }

 #n {
  background:#fff url(note.png) left top no-repeat;
  float:left;
  margin:50px 0 0 100px;
  width:270px;
  height:270px;
  text-indent:-9999px;
 }

 #t {
  float:left;
  width:395px;
  margin-top:50px;
  padding:20px 30px 30px 30px;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:20px;
  height:220px;
  color:#222;
  border-right:10px solid #70b010;
 }

 #t ul {
  color:#222; 
  margin:10px 0 0 0;
  padding:0;
  list-style:none;
 }

 #t ul li {
  padding:5px 0 5px 0;
  margin:0;
 }

 #t a {
  color:#222; 
  text-decoration:none;
 }

 #t a:hover {
  color:#70b010;
  text-decoration:none;
 }