#background {
	width: 100%; 
	height: 100%; 
	position: fixed; 
	left: 0px; 
	top: 0px; 
	z-index: -1;
}

.stretch {
	width:100%;
	height:100%;
}

table.portfolio {
	border-spacing: 40px 0px;
}
table.portfolio td {
	vertical-align:top;
	background-image:url('images/BG_Images/Section_BG.png');
	background-repeat:repeat-x;
}

table.clientlist td {
	text-align:center;
}

table.testimonial_table {
	border-spacing: 40px 0px;
}

table.testimonial_table  td {
	vertical-align:top;
	background-image:url('images/BG_Images/Section_BG.png');
	background-repeat:repeat-x;
	max-height:520px;
}

table.testimonial_table p {
	padding:15px;
}

table.testimonial_table img {
	padding-left:10px;
	padding-bottom:10px;
}

td.testimonial {
	vertical-align:top;
	background-image:url('images/BG_Images/Section_BG.png');
	background-repeat:repeat-x;
	color:white;
	font-family:arial,sans;
	font-size:16pt;
	min-width:500px;
	height:520px;
}

