body {
	background: #eee;
	/* add a subtle gradient here at some point */
	font-family: courier, monospace;
	font-size: xx-small /*IE5 win */
	voice-family: "\"}\""; /* makes IE think that the bracket is closed */
	voice-family: inherit;
	font-size: x-small; /* for compliant browsers */
	
}

html>body { 
font-size: x-small;
}

img {
	border: none;
	
}
	
.frontpage.thumbnail {
	display: inline;
	padding: 2px;
}

#all {	
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#thumbnails {
	margin-left: auto;
	margin-right: auto;
	padding: 50px 10px 50px 10px;
	background-color: #fff;
}

#thumbs_inner {
	
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	
	}

	.button {
	background-color: #aaa;
	padding: 4px;
	color: #000;
	border-bottom: 1px solid #333;
font-family: courier, monospace;
	font-size: xx-small /*IE5 win */
	voice-family: "\"}\""; /* makes IE think that the bracket is closed */
	voice-family: inherit;
	font-size: x-small; /* for compliant browsers */
	border: none;
	}
	
		.button:hover {
	background-color: #333;
	padding: 4px;
	color: #fff;
	border-bottom: 1px solid #333;
font-family: courier, monospace;
	font-size: xx-small /*IE5 win */
	voice-family: "\"}\""; /* makes IE think that the bracket is closed */
	voice-family: inherit;
	font-size: x-small; /* for compliant browsers */
	border: none;
	}
	.input {
	background-color: #ddd;
	color: #000;
	border: none;
	padding: 4px;
	}
	
	
	#message {
		padding: 10px;
		background-color: #aaa;
		color: #fff;
	}
	
	