body {
    /*background-size: 100% 240px;*/
    background-image: none;
}

.pages-bg {
    background-image: url('../img/pages-bg.png');
    background-position: center;
}

h6 {
    line-height: 24px;
    font-weight: 400;

}

img.grayscale{
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
    cursor: pointer;
}
img.grayscale:hover {
    filter: none;
    -webkit-filter: none;
}
dt{
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
}
dd a{
color: #888;

}