#green_box {
	width: 1000px;
	height: 570px;
	background-color: #699C61;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* contains everything INSIDE the green box */
#container2 {
	width: 880px;
	height: 540px;
	position: absolute;
	top: 10px;
	left: 60px;
}

#text_box {
	width: 600px;
	height: 340px;
	position: absolute;
	top: 80px;
	left: 110px;
	/*overflow: auto;*/
}

