body {
	background-image: url("../images/space.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:grey;
	font-family: 'Titillium Web', sans-serif;
	color:#ffffff;
	font-weight: 300;
	line-height: 2.5;
}


.statement {

	margin-top:25%;
	margin-left: 10%;
	width: 50%;
	max-width: 500px;
	
}

.navigation {
	position: absolute;
	bottom: 5px;
	margin-left:5px;
	font-size:150%;
}

a {
	color:white;
	text-decoration: none;
}