body {
	text-align: center;
	min-width: 900px;
	background-color:#000;
	color: #000;
}
h1 {
	color:#535449;
	font-family: "RETURN TO CASTLE", "Bookman Old Style", "Century Gothic";
	font-size:50px;
	text-decoration:none;
}
a:link {
	text-decoration: none;
	color: #535449;
}
a:visited {
	text-decoration: none;
	color: #535449;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #535449;
}
#image {
	margin: 0 auto;
	width:900px;
	text-align: left;
	padding-top: 50px;
}
