body {
	background: #1c1c1c;
}
#container {
	height: 500px;
	width: 500px;
	margin-left: -250px;
	position: relative;
	left: 50%;
	margin-top: 25px;
}
h1 {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffee;
}
#container ul {
	font: 0.8em/150% Verdana, Arial, Helvetica, sans-serif;
	color: #ffffee;
}
#thumbs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#thumbs li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#container #pic {
	float: left;
	width: 405px;
}
#container #thumbs {
	float: right;
	width: 80px;
}
.clear {
	clear: both;
	padding-top: 15px;
}
p {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffee;
}
#thumbs li a img, #pic img {
	border: 1px solid #7a7a7b;
}
#thumbs li a:hover img, #thumbs li a:focus img {
	border: 1px solid #9a9a9a;
}
.closeLink {
	text-align: center;
}
.closeLink a {
	color: #ffffee;
	text-decoration: none;
	border-bottom: 1px dotted #ffffee;
}
.closeLink a:hover, .closeLink a:focus {
	border-bottom: 1px solid #ffffee;
}
