body {
	width: 800px;
}
table {
	left: 30px;
}
.back-green {
	width: 600px; background-color: rgb(170, 255, 170);
}
.back-orange {
	width: 600px; background-color: rgb(255, 221, 187);
}
.back-yellow {
	width: 600px; background-color: rgb(255, 255, 187);
}
.back-blue {
	width: 600px; background-color: rgb(170, 255, 255);
}
.location {
	text-align: right; font-size: xx-small;
}
