body {
	background: #333;
	color: #cc9;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: center;
}
#header {
	
	margin: 24px auto 36px auto;
	
}
#header img {
	border: 0;
}
#intro {
	width: 600px;
	text-align: left;
}
.thumbs {
	margin: 1em;
	padding: 4px;
}
.thumbs img {
	margin: 3px;
	border: 1px solid #111;
}
#icons {
	background: #333;
	text-align: center;
	margin: 0 auto;
}
#icons img {
	padding: 12px 3px;
	border: 0;
}
#icons a:link, a:visited, a:hover, a:active {
	border: 0;
	text-decoration: none;
}
#copyright {
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
}
a:link {
	color: #c9f;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #c9f;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:focus {
	color:#f93;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #c9f;
	font-weight: bold;
	text-decoration: underline;
}