body
{
	font-family: verdana;
	font-size: 14px;
	background-color: #7800ff;
}

a, a:visited, a:active, a:hover
{
	text-decoration: none;
	color: blue;
}

#header
{
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}

#body
{
	text-align: justify;
	width: 864px;
	margin: auto;
	border: solid 3px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: white;
	margin-bottom: 10px;
	background-image:url('body.png');
}

#footer
{
	color: white;
	text-align: center;
	width: 884px;
	margin: auto;
	border: solid 3px black;
	padding-left: 8px;
	padding-right: 8px;
	background-color: white;
	background-image:url('footer.png');
}

#footer a, #footer a:visited, #footer a:active, #footer a:hover
{
	text-decoration: none;
	color: white;
}