#internal-content {
    margin-top: 100px;
}

body {
    background: #000 url("../images/bg_intern.jpg") top center no-repeat !important;
}

#internal-content p {
    line-height: 180%;
}

h1 {
    font-size: 2em !important;
    text-align: center;
    color:#fff;
    background: url("../images/bg_headline.png") bottom center no-repeat;
    padding-bottom: 26px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;
}

hr {
    border: none;
    border-bottom: 1px solid #333;
}

h4 {
    color:#b3a439;
}