html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, sans-serif;
}

body {
    text-align: center;
    display: table;
    background: #8B004F;
}

a { color: #fff;  text-decoration: none; }

.conteudo {
    margin: 0px;
    height: 90%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.conteudo img {
    max-width: 270px;
}
.links {
    font-size: 12px;
    color: #974f7f;
    display:table-row;
    vertical-align: bottom;
}