body{
    background-color: black;
    color: white;
    font-family: "Helvetica", "Arial", sans-serif;
}
.geral{
    position: absolute;
    width: 867px;
    height: 612px;
    top: 50%;
    left: 50%;
    margin-top: -306px;
    margin-left: -520px;
    text-align: center;
}
p{
    margin: 0;
    padding: 0;
    display: block;
}
p.emconstr{
    text-transform: uppercase;
    position: absolute;
    top: 72px;
    font-size: 18px;
    font-weight: lighter;
    left: 144px;    
}
div.end{
    text-align: left;
    left: 560px;
    position: absolute;
    width: 426px;
    bottom: 70px;
    font-size:10px;
}
a{
    color: white;
    text-decoration: none;
}
img.cmi{
    position: absolute;
    right: 10px;
}