body {
    font-family: 'Lato', sans-serif;
    background: url(container.jpg) no-repeat center fixed #eee;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
 
}

img {
    margin: 50px;
    display: block;
    width: 80px;
    height: auto;
    border-radius: 10px; 
}

#container {
    text-align: LEFT;
    margin-left: 50px;
    position: absolute;
    width: 100%;
    color: #FFF;
	}
	
h1 {
	font-family: 'Oswald', sans-serif;
    text-transform :uppercase;
    padding: 0;
    margin: 0;
	}
.liens {
    margin-top: 50px;
}

a {
	padding: 0;
    text-transform: uppercase;
    color: #F26C4F;
    text-decoration: none;
	}