#container {
  width: 100%;
  background: url(../img/furni/archiveBkg.jpg) center center no-repeat;
  text-align: center;
  height: 100%;
  border-bottom: 1px solid #221;
  margin: 0 auto;
  padding:0;
}
#mainContent {
	width: 116em;
	height: 52em;
	padding: 1em;
	text-align: center;
	border: 0;
	margin: auto 1em;
	
}
#mainContent ul {
		padding: 2%;
		margin: 5% 0 0 0;
		width: 96%;
		float: left;
}
#mainContent ul li {
		display: inline;
		width: 44px;
		height: 44px;
		float: left;
		background: #333;
		border: solid 1px #000;
	}
#mainContent ul li img /* thumbs */{
		width: 44px;
		height: 44px;
	}
#mainContent ul li img:hover {
	opacity:0.5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
#mainContent ul li.year {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
	overflow:hidden;
	border: solid 1px #603;
	background: #603;
}
#topNav {
	background: #000;
	border-bottom: #AAA solid 1px;
}



