* {
	margin:0;
	padding:0;
}

body {
background-image: url("/_images/bg_e.png");
background-repeat: no-repeat;
background-size: 2400px 300px;
background-position: bottom -60px center;
}

section {
	width:90%;
	max-width: 1200px;
	padding: 40px 5%;
	margin:auto;
}
header {
	text-align:right;
	height: 80px;
}

article {
	display:inline-block;
	width:100%;

}
#logo {
	width:100%;
	max-width:800px;
	height: auto;
	margin: auto;
	margin-bottom:80px;
	display:block;
}

p {
	font-family: "Darker Grotesque", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #00A0D5;
	font-size: 18px;
	line-height: 22px;
}

p a {
	color: #005189;
	text-decoration: none;
}

p a:hover {
	color: #00A0D5;
}
footer {
	text-align: right;
}

#tagline {
	width:60%;
	max-width:400px;
	height: auto;
	display:inline-block;
	text-align:right;
margin-bottom:80px;
}
