body {
	background: url(../images/top-left-bg.png) no-repeat top left;
}

#page-wrapper {
	background: url(../images/top-right-bg.png) no-repeat top right;
	padding-top: 140px;
	text-align: center;
}

#page {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 30em;
}

form input.text {
	width: 20em;
}

form input.submit {
	width: 6em;
}

.features {
	margin-top: 2em;
}

.feature h2 {
	color: #333333;
	border-bottom: 2px solid #333333;
	font-size: 140%;
	margin-bottom: 0.5em;
}

.feature h2 a:link,
.feature h2 a:visited,
.feature h2 a:hover,
.feature h2 a:active {
	text-decoration: none;
	color: #333333;
}

.feature p {
	margin-top: 0.5em;
	font-size: 87%;
}

