body
{
	background-color: #FFEBC1;
	width: 800px;
	height: 555px;
	margin: auto;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
}
h1
{
	font-family: "Book Antiqua";
	text-align: center;
	font-weight: bold;
}
p
{
	font-family: "Book Antiqua";
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-left: 10%;
	margin-right: 10%;
}
form
{
	text-align: center;
}
#centered
{
	text-align: center;
	font-size: 40px;
}
#first-form
{
	font-family: "Book Antiqua";
	margin-left: 20%;
}
img
{
	float: top;
	width: 300px;
	height: 480px;
}
.column {
  float: left;
  width: 50%;
}
