	#header {
		display: none;
	}
	
	#photos {
		text-align: center;
		border: none;
	}
	
	.small {
		width: 150px;
	}
	
	#photos a {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		padding: 15px;
	}
	
	#photos img {
		border: 1px solid #000;
	}
	
	#photo {
		margin-left: auto;
		margin-right: auto;
		display: block;
		border: 1px solid black;
	}
	
	#photoContainer {
		padding: 20px;
		display: table;
		width: 1px; /* IE 6 doesn't support display: table, but it does incorrectly expand out
			       from width: 1px; */
		margin-left: auto;
		margin-right: auto;
		border: 2px solid #CCC;
	}
	
	#footer {
		display: none;
	}