html,
body {
    height: 100%;
    margin: 0;
    min-height: 100%;
    padding: 0;
}

body {
    background: url(bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    color: #fff;
    font: normal 18px Arial, Helvetica, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a {
    color: #e5051a;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

footer a.enterpreno,
footer a.snc-ag {
    display: block;
}

footer a.enterpreno {
    background: url(logo-178x28.png);
    background-position: bottom right;
    height: 50px;
    width: 178px;
    float: left;
    margin: 0 0 20px 40px;
	background-repeat:no-repeat;
}

footer a.snc-ag {
    background: url(powered_by.svg);
    height: 60px;
    width: 121px;
    float: right;
    margin: 0 40px 20px 0;
	background-repeat:no-repeat;
}

footer a span {
    display: none;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

h2 span {
    display: block;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 8px;
}

h4 {
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    width: 60%;
}
