body
{
	background-image:url(/images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}

div.body
{
	width:900px;
	margin-top:50px;
	background-color:#FFFFFF;
	border:1px solid #5D481F;
}
div.body table
{
	background-color:#FFFFFF;
	margin-top:50px;
	margin-bottom:20px;
	text-align:center;
}
div.body p
{
	font-family:"Century Gothic";
	text-align:left;
	font-size:medium;
	color:#5D481F;
}
div.body h1
{
	font-family:"Century Gothic";
	text-align:left;
	color:#5D481F;
}
div.body h2
{
	font-family:"Century Gothic";
	text-align:left;
	color:#5D481F;
}
div.body h3
{
	font-family:"Century Gothic";
	text-align:left;
	color:#5D481F;
}
div.body li
{
	font-family:"Century Gothic";
	text-align:left;
	font-size:medium;
	color:#5D481F;
}
div.body b
{
	font-size:x-large;
}

div.footer
{
	background-color:#431D01;
	text-align:right;
	width:900px;
	color:#FFFFFF;
	height:25px;
	border:1px solid #5D481F;
	border-top:0px;
}
div.footer a
{
	font-family:"Century Gothic";
	font-size:small;
	color:#FFFFFF;
	margin-right:10px;
}