#container {
	height: 850px;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	width: 85%;
	border: solid;
	border-radius: 15px;
	background-color: grey;
	color: black;
	padding: 30px;
	text-align: center;
	clear: both;
}

#textfinal {
	margin-top: 2.5%;
	width: 85%;
	border: solid;
	border-radius: 15px;
	background-color: grey;
	color: black;
	padding: 30px;
	text-align: center;
	clear: both;
}

img {
	clear: both;
	width: 80%;
	margin-left: 10%;
}

body {
	background-color: silver;
	clear: both;
}

#headermenu {
	width: 70%;
	border: solid;
	border-radius: 15px;
	padding: 20px;
	color: black;
	background-color: silver;
	margin-top: 15%;
	margin-bottom: 15%;
	text-align: center;
	float: left;
	clear: both;
}


#textareaheader {
	margin-left: 250px;
	width: auto;
	border: solid;
	border-radius: 15px;
	padding: 30px;
	color: black;
	background-color: silver;
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}

#textarea {
	margin-left: 20%;
	width: 74%;
	border: solid;
	border-radius: 15px;
	padding: 30px;
	color: black;
	background-color: silver;
	text-align: center;
}

#headermain {
	width: 11%;
	border: solid;
	border-radius: 15px;
	padding: 3%;
	color: black;
	background-color: red;
	text-align: center;
	float: left;
	clear: both;
}
