body {
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: relative;
}
#container {
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
	vertical-align: top;
}
#header {
	width: 770px;
	position: relative;
}
#content {
	width: 770px;
	position: relative;
	text-align: center;
	padding: 5px;
}
#container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	width: 750px;
}
h2 {
	font-family: "Adobe Caslon Pro", "Viner Hand ITC", Verdana;
	font-size: 22px;
	font-style: italic;
	color: #000000;
}
a {
	font-size: 16px;
	color: #000000;
}
p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
