body {
    background-image: url(https://happyone.pt/uploads/fundo.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    text-align: center;
}
#total{ 
display:table; 
height:100%; 
text-align: left; 
margin: auto; 
}
.wrapper{
    max-width:1200px;
    width:100%;
    margin:auto;
    box-sizing: border-box;
    margin-top:20px;
    padding:15px;
}