#section-promo {
    width: 940px;
    margin: 20px auto;
    height: auto;
}

#section-promo h2 {
    font-family: SketchBlock-Bold;
    font-size: 28px;
    color: #787878;
}

#section-promo p {
    font-size: 14px;
    color: #666;
    font-family: arial;
    padding-top: 5px;
    overflow:visible;
}

#section-promo a {
    text-decoration:none;
    color: #666;
}

#section-promo a:hover {
    text-decoration:underline;
    color: #999;
}
