html {
	display: table;
	margin: auto;
	height: 100%;
}
body {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}


#header {
	border: 1px solid #000000;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 300px;
}
#banner {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #000000;
	flex-grow: 1;
}

#banner p {
	color: #FFFFFF;
	flex-grow: 1;
	font-family: Avenir, Helvetica Light, Helvetica;
	font-size: 80px;
	padding-left: 20px;
	padding-right: 100px;
	text-align: left;
}

#logo {
	width: 250px;
}

#logo img{
	height: 200px;
}