#content {
  background-image: url('../graphics/hg0.jpg');
  background-repeat: no-repeat;
}

#left img {
border: 4px solid #fff;
}

#contentbox {
position:relative;
}

.features_list a {
color:#333;
text-decoration:none;
text-indent: 10px;
 background: transparent url('../graphics/list_sprite.png')
 0 -16px no-repeat;
line-height: 1.3em;
}

.features_list a:hover {
color:#730;
text-decoration:none;
text-indent: 10px;
 background: transparent url('../graphics/list_sprite.png')
 0 2px no-repeat;
}


