#container {
	width: 800px;
	border: 4px;
	border: thin solid black;
	background-color: white;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#testimonial {
	width: 500px;
	border: thin solid black;
	background-color: #31FFFD;
	font-family: Arial;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#top-title {
	position: relative;
	left: 300px;
	bottom: 30px;
	width: 300px;
	height: 10px;
	font-family: Arial;
	font-style: bold;
	font-size: 1.5em;
	color: white;
}

#footer {
	position: relative;
	bottom: 40px;
}

p {
	font-family: Arial;
}

img.one {
	padding-right: 5px;
}

img.top {
	position: relative;
	top: 15px;
}