body {
	background-color: black;
	
	background-image: url(/images/background.png);
	background-position: top;
	background-repeat: repeat-x;
	
	padding-left: 50%;
}

#main {
	text-align: left;
	margin-top: 160px;
	
	width: 650px;
	margin-left: -325px;
	
	font: 10pt Lucida Grande,Lucida Sans Unicode,Trebuchet MS,Tahoma,Geneva,Verdana,Helvetica,Arial,sans-serif;
	color: #999;
	padding-bottom: 10px;
}

img.masthead {
	margin-bottom: 20px;
}

img.photo {
	border: 1px solid #333;
	vertical-align: top;
	margin-bottom: 20px;
}

img.next {
	margin-left: 14px;
}

#main p {
	text-align: center;
	margin-top: 5px;
}

a {
	text-decoration: none;
	color: #999;
	border-bottom: 1px dotted;
}

a:hover {
	color: #ddd;
}