/* johnlogan.css - Copyright 2015 John Logan. All rights reserved. */

body {
	margin: 0;
	background-image: url('skyfullofclouds_narrow.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #000;
	font-family: helvetica, sans-serif;
}
#header {
	text-align: center;
	font-size: 4em;
	font-weight: bold;
	color: #000;
	margin-top: 100px;
}
#links{
	text-align: center;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
}
a {
	color: #000;
}
