body {
	background-color: black;
	color: white;
}

img {
	border: none;
	text-decoration: none;
}

h1, h2 {
	margin: 1em auto 0em;
	text-align: center;
}

p.entry {
	margin: 0.5em auto;
	text-align: center;
}

div#footer {
	clear: both;
	min-width: 592px;
	width: 70%;
	margin: 1em auto;
	text-align: center;
	vertical-align: middle;
}

div#prev-month {
	float: left;
	width: 296px;
	height: 120px;
}

div#next-month {
	float: right;
	width: 296px;
	height: 120px;
}

#prev-month img, #next-month img {
	margin-top: 9px;
}

div#home-link {
	clear: both;
	margin: auto;
	text-align: center;
}