@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	background-color: #baba97;
	font-size: 100%;
}
div#topSection {
	width: 100%;
	min-width: 162px;
	max-width: 900px;
	height: 14vw;
	min-height: 24px;
	max-height: 84px;
	background-color: rgb(168,207,186);
	margin: 0px auto;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;	
}
div.horizontalRule {
	width: 100%;
	min-width: 162px;
	max-width: 900px;
	height: 2px;
	background-color: #FFFFFF;
	margin: 0px auto;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
div#middleSection {
	width: 100%;
	min-width: 162px;
	max-width: 900px;
	height: 69.2871vw;
	max-height: 624px;
	background-color: #666666;
	margin: 0px auto;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
div#bottomSection {
	width: 100%;
	min-width: 162px;
	max-width: 900px;
	height: 37vw;
	background-color: rgb(179,152,145);
	margin: 0px auto;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;		
}
img#photo {
	width: 100%;
	height: 69.2871vw;
	max-height: 624px;
}
img#Purpose {
	width: 50%;
	position: relative;
	top: -91%;
	left: 25%;
}
img#Answers-Truth {
	width: 30%;
	position: relative;
	top: -38.5%;
	left: -15%;
}
img#ICanHelp {
	width: 37.5%;
	margin: 6% 31.25% 2% 31.25%;
}
img#buttonImage {
	width: 33.34%;
	margin: 0 33.33% 0 33.33%;
}
a#button {
}