html, body {
	height:100%;
	margin:0;
	padding:0;

	background:url('../images/background.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
		}
	
	
#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
	
#header {
	width: 800px;
	height: 252px;
	text-align: left;	
	background:url('../images/header.jpg');
}

#content {
	width: 800px;
	text-align: left;
	margin: 25px 0 25px 0;
}

#testimonial {
	background:url('../images/testimonial.jpg');
	width: 560px;
	height: 127px;
	margin: 20px 100px 0 100px;
	padding: 5px 20px 10px 20px;
	}
	
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	margin: 25px 0 -5px 40px;
	color: #333;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #999;
	line-height: 160%;
}

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #999;
	line-height: 160%;
	list-style-type: circle;
	margin-left: -15px;
}


