body {
	background: #408080;
}
#wrapper {
	width: 80%;
	border: thick solid #FFF;
	margin-right: auto;
	margin-left: auto;
	min-width: 700px;
	background-color: #E4FFD2;
	border-radius: 10px;
}
#content {
	min-height: 525px;
	padding: 20px;
	background-color: #FFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	border-radius: inherit;
	font-size: 1.2em;
}
#header ,#footer{
	height: 40px;
	width: 100%;
	background: #00C392;
/*	font-size: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-radius: inherit;
	vertical-align: bottom;
}
#footer_text {
	font-size: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height:inherit;
}
#footer_logo_img {
	float: right;
	height: inherit;
	position: absolute;
	bottom: 0;
	position: absolute;
	right: 0;
	border-radius: inherit;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main_photo {
	float: right;
	height: auto;
	width: 25%;
	border-radius: 10%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
