
.content{
  float:left;
  background:#f7f7f7;
  margin:5px 0;
  width:960px;
}
.txtInfo{
  padding:20px 23px;
}
.nadawca{
  width:260px;
  float:left;
  padding-left:42px;
  padding-bottom:50px;
  text-align: center;
}
.nadawca a{
  color: #b01919;
  font-weight: bold;
}
.nadawca a:hover{
  color: #000;
  font-weight: bold;
}
.manIcon{
  background:url("../images/man_icon.gif");
  width:50px;
  height:66px;
  margin:0px auto;
}
.agentIcon{
  background:url("../images/agent_icon.gif");
  width:110px;
  height:56px;
  margin:10px auto 0;
}
.developerIcon{
  background:url("../images/developer_icon.gif");
  width:60px;
  height:66px;
  margin:0px auto;
}
