body {
	background-color: DodgerBlue;
}
/* change the names of all the divs */
#container {
height: 775px;
width:  80%;
margin-left: auto;
margin-right: auto;
background-color: maroon;
border-radius: 100px;
}

div {
	border-radius: 10px;
}

#header {
	/*height: 10px;*/
	float: left;
	clear: both;
	margin-left: 10%;
	width: 80%;
	background-color: silver;
}

/* picture area */
.picturearea {
	height: 575px;
	float: left;
	clear: both;
	margin-left: 10%;
	width: 75.4%;
	background-color: black;
	color: white;
	padding: 30px;
}

.menu {
	background-color: green;
	text-align: center;
	height: 50px;
	width: 120px;
	color: white;
	margin: 5px;
	padding: 10px;
	border-radius: 5px;
	float: left;

}

.textarea {
	background-color: silver;
	width: 400px;
	height: 500px;
	color: black;
	margin: 5px;
	float: right;
	border-radius: 5px;
	clear: both;
	padding: 15px;