.colwrap {
 width: 881px;
 height: 220px;
 background-position: center;
 background: url(../../gfx/backgrounds/fce-bg.jpg) center;
 background-repeat: no-repeat;
 margin-top: 0px;
} 

.colwrap .firstcol, .colwrap .secondcol, .colwrap .thirdcol {
float:left;
padding:48px 0 0 20px;
width:250px;
}

.colwrap .firstcol {
 background: url(../../gfx/icons/pin-icon.png) 5% 0%;
 background-repeat: no-repeat;
 height: 100px;
 padding-right: 20px;
}

.colwrap .secondcol {
 background: url(../../gfx/icons/support-icon.png) 10% 0%;
 background-repeat: no-repeat;
 height: 100px;
 padding-left: 25px;
  padding-right: 25px;
}

.colwrap .thirdcol {
 background: url(../../gfx/icons/blog-icon.png) 10% 7%;
 background-repeat: no-repeat;
 height: 100px;
 padding-left: 29px;
}

.colwrap a.support {
background: url(../../gfx/icons/download.jpg) no-repeat left 25%;
padding: 6px 0 20px 20px;
background-repeat: no-repeat;
}