body{
	width:100%;
	background: #f2e39e url(images/background.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 575px;
}

#form-header {
	width: 575px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/form-header.png); behavior: url(iepngfix.htc);
}

#page {
	width: 575px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fffbe0;
	border: 3px solid #251816;
}

h1 {
	color: #211815;
	padding-top: 15px;
	margin-bottom: -3px;
	text-align: center;
	font: italic bold 23px Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #211815;
	padding-top: 5px;
	margin-bottom: -3px;
	text-align: center;
	font: italic bold 17px Georgia, "Times New Roman", Times, serif;
}

.submit-btn{
	background-color: #E1D0A7;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px 7px;
}