html, body {
    height: 100%;
}


body {
    font-family: financier;
    background-color: #fff1e0;
    padding-top: 70px;
}

a, a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

.page-header {
    text-align: center;
    font-weight: bold;
    padding-top: 50px;
}

#main-content {
    padding-bottom: 60px;
}

#footer {
    background-color: #8F223A;
    font: inherit;
    color: white;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.headerPortal {
  background-color: black;
  color: white;
}

