#page_content
{
	background: url(images/home_background.png) white;
	background-repeat: no-repeat;
	height: 510px;
}

#flash
{
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 1;
}

#home_welcome
{
	margin-left: 20px;
	width: 515px;
	height: 220px;
}

#home_testimonials
{
	margin-top: 50px;
}

.testimonial
{
	margin-left: 25px;
	margin-right: 25px;
	float: left;
	width: 281px;
}

.center_testimonial
{
	margin-left: 30px;
	margin-right: 30px;
}

.testimonial a
{
	text-transform: uppercase;
	font-size: 10px;
}

.thumbnail_container
{
	margin-bottom: 10px;
	height: 96px;
	width: 279px;
	text-align: center;
	position: relative;
}

.thumbnail_container img
{
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
}

.thumbnail_container .overlay
{
	background: url(images/thumbnail_border.png);
	height: 96px;
	width: 279px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	opacity: .5;
	filter: alpha(opacity=50);
}
