body {
    font-family: 'Lato', sans-serif;
	
	background-color: #ccc;
	background-image: url(bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}
