body {
	color: black;
	background: #242424 url(images/bg_smoke.jpg) bottom left fixed no-repeat;
	text-align: center; /* thanks, MSFT! */
}

h1 {
	background: url(images/braille.gif) center no-repeat;
	font: 1.25em Monaco, 'Courier New Bold', monospace;
	letter-spacing: .5em;
	text-align: center;
	margin: 1em auto .2em;
	line-height: 20px;	/* set to height of bg img for vert centering of text */
}

#photo {
	color: #ddd;
	background: transparent;
	font: 1.5em 'Trebuchet MS', sans-serif;
	text-align: center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#photo img {
	display: block;
	border: 2px solid black;
	margin-bottom: .5em;
	margin-left: auto;
	margin-right: auto;
}

#photo blockquote {
	margin: 0 0 2em;
	padding: 0;
}

#photo blockquote p {
	margin: 0;
}

#links {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

#links img {
	border: none;
}
