html {
    font: 15pt Arial;
}
body {
    background: url("compudrive.png") no-repeat center fixed;
    background-size: contain;
}

div::before {
    content: " Compu Drive - Testes iniciais ";
    font: 10pt Arial;
    font-weight: bold;
    color: white;
    background-color: #273747;
    padding: 5px;
    display: block;
    position: relative;
    top: -10px;
    left: -10px;
    width: 760px;
}

div {
    background-color: rgba(255,255,255,.8);
    margin: 100px auto 100px auto;
    padding: 10px;
    width: 760px;
    min-height:400px;
}

a {
    color: #273747;
    text-decoration: none;
    font-weight: bold;
    font: 11pt Helvetica;
}

a:hover {
    text-decoration: underline;
}

span.foco {
    font-weight: bold;
    color: #7e050c;
}

span.botao {
    font-weight: bold;
    color: #7e050c;
}