
header, p, figure {
	display: block;
}

body * {
	margin: 0px;
	padding: 0px;
	position: relative;
}

body {
   width: 99%;
   position: relative;
   background-color: cadetblue;
}


#containerSplash {
	width: 99%;
	position: relative;
}


header {
	width: 100%;
	text-align: center;
	margin-top: 100px;
	margin-left: 15px;
}


header img {
	width: 500px;
	border: none;
}

article {
	text-align: center;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 52px;
}
