.wrapper {
	font-size: 3.5em;
	font-family: "Georgia", serif;
	padding: 1em 1em 0em 1em;
}

#submit-link {
font-size: 1.5em;
	color: black;
	font-family: "Georgia", serif;
	text-decoration: none;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 2em;
	visibility: visible;
	display: block;
	padding-bottom: .5em;

}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #545354;
}

.submit-form {
	font-size: 1em;
	font-family: "Georgia", serif;
}

.submit-button {
	font-size: 1em;
	font-family: "Georgia", serif;
	background: #989898;
	border: thin solid #545354;
	cursor: pointer;
	margin: 1em 1em 1em 0em;
	text-transform: lowercase;
}


#footer 
{
	font-size: .75em;
	color: black;
	font-family: "Georgia", serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
}