div#container {
	margin: 20px auto 20px auto;
	width: 75%;
	height: auto;
	background-color: #FFF;
}
div#header {
	width: 400px;
	height: 50px;
	background: #FFF url('../gfx/logo.jpg') top left no-repeat;
}
div#wrapper {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #000;
	white-space: nowrap;
	padding-bottom: 5px;
	
}
div#content {
	margin: 0 auto;
	width: 99%;
	height: 450px;
	overflow: auto;
	overflow-y: hidden;
	background-color: #000;
	padding: 15px 0 30px 0;
	background-color: #000;
}
div#footer {
	margin: 0 auto;
	width: 100%;
	height: 25px;
	background-color: #FFF;
}
div#upload {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: auto;
	height: auto;
	padding: 10px;
	border: 2px solid #000;
	background-color: #FFF;
}
table.thumbnails td {
	border: 1px solid #111; text-align: center;
}
table.thumbnails td img.th {
	border-bottom: 1px solid #111;
}