/* The page body */
html,body {
	background:#333;
/*  overflow: hidden; */
	font-family:Helvetica,Arial,sans-serif;
}

/* The div holding the wooden table img tag */
#wooden-table {
	position:absolute;
	left:-5000px;
}

/* The light table itself */
#lighttable {
	position:relative;
	width:1200px;
	height:800px;
	background:#1f1f1f;
	border:0 solid #111;
	padding:0;
	margin:0 auto;
	display:none;
}

/* Photos on the light table */
#lighttable img {
	border:10px solid #fff;
	box-shadow:0 0 1em rgba(0,0,0,1.0);
	-moz-box-shadow:0 0 1em rgba(0,0,0,1.0);
	-webkit-box-shadow:0 0 1em rgba(0,0,0,1.0);
	position:absolute;
	left:-9999px;
	top:-9999px;
}

/* The description at the top of the page */
#description {
	padding:10px 10px 5px;
	background:#111;
	color:#998446;
	text-align:center;
	width:45em;
	margin:0 auto -5px;
}

#description h1 {
	font-size:1.2em;
}

#description a {
	color:#bbf;
}

#footer p {
	text-align:center;
	color:#998446;
	font-size:0.8em;
}