/* CSS Document */
article{
    background-color: #393939;
    margin-top: -20px;
    color: #E4E4E4;
}
#banner{
    position: relative;
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 60px;
}

#conteudo{
    position: relative;
    max-width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-top: 150px;
}

#conteudo h1{
    text-align: center;
    margin-bottom: 30px;
    color: #ce8a39;
}