body#home{
    background: #fff url(../img/home-bg.png) repeat-x top center;
}
div#feature{
    height: 334px; /*349*/
    margin: 0 auto;
    padding: 15px 10px 0;
    width: 880px;
}
div#feature img#feature-image{
    float: right;
    padding: 0 30px 0 80px;
}
div#feature h1{
    border: none;
    font-size: 25px;
    font-weight: normal;
    line-height: 32px;
    margin: 1em 0 0;
}
div#feature p{
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin: 0.5em 0;
}
div#feature a.button{
    background: #fff url(../img/icons/arrow.png) no-repeat 90% 50%;
    color: #7a818b;
    font-weight: bold;
    font-size: 11px;
    font-family: "Trebuchet MS";
    line-height: 90px;
    margin: 30px 10px 0 0;
    padding: 10px 25px 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
