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

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

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