div.bc,
div.bc ul li,
div.bc ul li.last{
  background-color: #000;
}
div.bc ul{
  border: none;
}

div.main{
  background: #000 url(../imgs/bg.jpg) no-repeat 0 0 ;
  min-height:543px;
  height: 543px;
}

div.main h2{
  padding: 31px 0 26px 31px;
}

div.main div.body{
  margin: 0 0 0 31px;
  width: 363px;
  height: 181px;
  position: relative;
  font-size: 100%;
  overflow: hidden;
}

div.main div.body span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../imgs/p.png) 0 0 no-repeat;
}

