
.feature_outer
{
  width: 221px;
  height: 223px;
  background-color: black;
  overflow: hidden;
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: black;
 }

#feature_left
{
  top: 0px;
  left: 0px;
}

#feature_right
{
  top: 0px;
  /*left: 315px;*/
  left: 224px;
}

.feature_inner
{
  width: 86px;
  height: 22px;
  outline-style: none;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 196px;
  left: 116px;
}

p
{
  margin: 0px;
}

img
{
  border: 0px
}

