	body#thumbnailDisplay {
		background-image: url("/gfx/sitegfx/klajman/bg3.jpg");
		background-repeat: no-repeat;
		background-position: top right;
	}
	
	a#logo {
		border: none;
		text-decoration: none;
	}
	
	#header {
		text-align: center;
		margin-left: 23px;
	}
	
	#photos {
		text-align: center;
		border: none;
	}
	
	.small {
		width: 150px;
	}
	
	#photos a {
		display: block;
		float: left;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 15px;
		border: 2px solid #CCC;
		padding: 15px;
		background-color: white;
	}
	
	#photos img {
		border: 1px solid #000;
	}
	
	.row {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	
	.small {
		width: 464px;
		height: 260px;
	}
	
	.big {
		width: 615px;
		height: 405px;
	}
	
	.mixed {
		width: 780px;
		height: 195px;
	}
	
	#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 a, #footer a:link, #footer a:visited {
		text-decoration: none;
		color: black;
		font-size: 0.85em;
		font-family: Georgia;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#footer {
		margin-top: 1em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}