/* the first 5 lines of this file were missing, so none of the styles worked..*/

#container {
    float: left;
	/*height: 600px;*/
	width: 70%;
	margin-left: 15%;
	/* we turned off auto margin and floated it left..*/
	background-color: 297A9C;
	border-radius: 100px;	
}

div {
	border-radius: 10px;
}

#header {
	height: 50px;
	float: left;
	clear: both;
	margin-left:25%;
	width: 50%;
	background-color: 2C979C;
	/*background-color: white;*/
	color: white;
	text-align: center;
}


.menu {	
	height: 20px;
	float: left;
	width: 40%;
	background-color: 20797D ;
	color: white;
	text-align: center;
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}

.textarea {
	width: 40%;
	float: left;
	margin-top: 30px;
	margin-left: 30%;
	/*we added a margin of 30% so that the area was forced to the center*/
	color: white;
}


.pictureholder {
	float: left;
	margin-top: 10px;
	width: 50%;
	margin-left: 25%;
	margin-bottom: 15%
}


