body {
    padding-top: 60px;
}

dl dt,
dl dd {
    line-height: 1.6;
}

.footer {
    margin-top: 20px;
    background-color: #669;
    min-width: 940px;
    padding: 30px 0;
    text-shadow: 0 1px 0 white;
    border-top: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
    -moz-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
    color: #ccc;
    text-shadow: 0 -1px 0 #000;
}

.hero-unit{
    background-image: url(../img/white.png);
    background-repeat: no-repeat;
    background-position: right;
}

.hero-unit h1 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
}

