#container {
	height: 2000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #329595;
	/* using auto margin means you must use left and right*/
	/* this is more specific by ID*/
	border-radius: 100px;
}


div {
	border-radius:15px;
}

#header {
	/*height: 200px;*/
	float: left;
	clear: both;
	margin-left: 15%;
	width: 70%;
	background-color: teal;
text-align: center;
}

#textarea {
height: 600px;
float: left;
clear: both;
margin-left: 15%;
width: 70%;
background-color: maroon;
color: white;
text-align: center;
font-size: 30px;
}

/* my menu box will size??   */
.menubox {
float: left;
width: 16%;
background-color: #a05a35;
color: black;
margin: 2%;
padding: 2% ;
}
 img {
	width:500px;
	height: auto;
}



