@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(pattern3.jpg);
	background-color:#ddecf1;
	margin-top:0px;
	margin-bottom:0px;
}

#body {
	width: 800px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding-left:25px;
	padding-right: 25px;
	padding-top:300px;
	text-align:center;
	padding-bottom:200px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #898989;
	font-weight:lighter;
	font-style:italic;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #898989;
	font-weight:lighter;
	line-height:22px;
	font-style:italic;
}