body {
	margin: 0 auto;
	width: 760px;
	background-color: #FAE2C8;
	font: 12px, arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 0;
}
#bg {
	background: url('../images/chelci_fox_02.jpg');
}
img {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}
#thumbs a img {
	float: left;
	border: 1px solid black;
	margin:  10px 15px 12px 0;
	padding: 0;
}
#thumbs a:hover img {
	border: 1px solid white;
}
h1 {
	text-indent: -9999px;
	line-height: 0px;
	margin: 0;
}
h2 {
	text-indent: -9999px;
	line-height: 0px;
}
.clear {
	clear: left;
}