body {
	height: 100%;
	width: 100%;
	background-color: #FFFDEC;
	font-size: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#WRAPPER {
	width: 90%;
	max-width: 1000px;
	margin: 25px auto;
}

#HEADER {
	margin: auto;
	width: 80%;
	max-width: 800px;
	max-height: 175px;
}

#HEADER h1 {
	display: none;
}

#HEADER img {
	height: 100%;
	width: 100%;
}

#CONTENT {
	background-color: #FFFFFF;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	overflow: auto;
	margin-top: 20px;
	padding: 20px;
	color: #474747;
}

#NAME {
	text-align: center;
	font-size: 26px;
	line-height: 40px;
}

#NAME input {
	font-size: 22px;
}

#NAME a {
	font-size: 20px;
}

.question {
	padding-right: 10px;
}

#GREETING {
	text-align: center;
}

.long-text {
	font-size: 16px;
	line-height: 20px;
}

.long-text p:first-child {
	padding-top: 0;
}

.long-text p {
	padding-top: 10px;
	text-indent: 24px;
}

#FOOTER {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
}

h2 {
	font-size: 28px;
	font-weight: bold;
}

input {
	padding: 2px 5px;
	border-radius: 5px;
	color: #da532c;
}

.button {
	padding: 5px 15px;
	height: 20px;
	background-color: #474747;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 5px;
}

.button:hover {
	color: #FFFFFF;
	background-color: #da532c;
}

a {
	color: #da532c;
}

a:hover {
	color: #474747;
}