body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 400px 190px;
}

div.intro {
	width: 470px;
	height: 88px;
	margin-left: 425px;
	padding-right: 20px;
	padding-top: 12px;
	text-align: justify;
	font-size: medium;
}

p.quote {
	position: absolute;
	top: 140px;
	left: 350px;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 20px;
	padding-bottom: 1em;
	width: 620px;
	text-align: justify;
	font-size: small;
	font-style: italic;
} 

p.quote span{
	position: absolute;
	bottom: -8px;
	right: 20px;
	text-align: right;
	font-style: normal;
}

ul.thumbs {
	list-style-type: none;
	clear: both;
	margin-top: 30px;
	margin-left: 6px;
	padding: 0px;
	width: 340px;
	float: left;
	height: 0px;
}

.thumbs li {
	display: inline;
	float: left;
	width: 75px;
	margin: 4px;
	text-align: center;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

.thumbs li img {
  	display: block;
	border: none;
}