#review1 {
	position: absolute;
	width: 540px;
	height: 50px;
	left: 200px;
	top: 335px;
	text-align: center;
	color: #d3d3d3;
	font-size: 26px;
	font-weight: bold;
	margin-left : 15px;
	z-index: 1;
}
#review2 {
	position: absolute;
	width: 330px;
	height: 60px;
	left: 180px;
	top: 410px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-left : 15px;
	color: #4f0000;
	z-index: 2;
}
#review3 {
	position: absolute;
	width: 275px;
	height: 100px;
	left: 390px;
	top: 530px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-left : 15px;
	color: #87CEFA;
	z-index: 3;
}
#review4 {
	position: absolute;
	width: 240px;
	height: 60px;
	left: 260px;
	top: 660px;
	text-align: left;
	font-size: 13px;
	font-weight: bold
	margin-left : 15px;
	color: #231f20;
	z-index: 4;
}
.reviews {
	text-align: center;
	margin-left: 180px;
	font-size: 30px;
	font-weight: bold;
	color: Maroon;
	letter-spacing: -1px;
	line-height: 90px;
}
