html, body {
    height: 100%;
	background:#fff;
	color:#414042;
}

.banner {
	background:url(../imgs/bg.jpg);
	background-size:cover;
	background-position:center;
	height:50%;
}

img.logo {
	margin-bottom:5%;	
	margin-top:5%;
}