/*------------------------------------*\
  Home Page Widget
\*------------------------------------*/
#homeSection { float: left; height: 400px; /*width: 600px;*/ }
#t { margin:0 auto; }
#t a { color:#49494B; }
#t a:hover { color: #ffffff; text-decoration: none; }

.mainTxt, .descriptions {
    color: #565759;
    font-size: 16px;
    height: 90px;
    line-height: 1.5em;
    margin: 0px 4px 0px;
    padding: 10px 14px 10px 0px;
    /*opacity: 0;
    display: none;
    position: absolute;
    width: 580px;*/
}
#centerBilling, #centerManage, #centerTech, #centerSett, #centerServ {
    width:140px;
    float:left;
    margin:0;
    padding:0;
    transition: all 0.3s ease;
    /*overflow: hidden;*/
}
#centerBilling { background:url(../images/billing.png) no-repeat left; }
#centerManage { background:url(../images/manage_acct.png) no-repeat left; }
#centerTech { background:url(../images/whysrm.png) no-repeat left; }
#centerSett { background:url(../images/status.png) no-repeat left; }
#centerServ { background:url(../images/services.png) no-repeat left; }
#centerBilling:hover { background:url(../images/billing-over.png) no-repeat left; }
#centerManage:hover { background:url(../images/manage_acct-over.png) no-repeat left; }
#centerTech:hover { background:url(../images/whysrm-over.png) no-repeat left; }
#centerSett:hover { background:url(../images/status-over.png) no-repeat left; }
#centerServ:hover { background:url(../images/services-over.png) no-repeat left; }
.centerBtn {
    height: 70px;
    line-height: 1.375em;
    margin: 0 auto;
    padding: 130px 20px 0;
    text-align: center;
    transition: all 0.3s ease;
    width: 100px;
}