body
{
	background-position:center;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
div.header
{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:100px;
}
div.nav
{
	width:500px;
}
div.body
{
	background-image:url(images/body.jpg);
	background-repeat:repeat;
	width:500px;
}
div.body p
{
	font-family:"Maiandra GD";
	font-size:small;
	text-align:justify;
	color:#585A5E;
}
div.body table
{
	width:500px;
	height:380px;
	border:1px solid #585A5E;
}
div.body table td
{
	font-family:"Maiandra GD";
	font-size:x-small;
	text-align:center;
	color:#585A5E;
	padding:10px;
}
div.body h3, div.body h4
{
	font-family:"Maiandra GD";
	color:#585A5E;
}
div.footer
{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:500px;
	heigh:14px;
}