/*	The main body
---------------	*/
body
{
	font-family:				Geneva, Arial, Helvetica, sans-serif;
	background-color:			#664F31;
}

/*	A custom div element for displaying the background picture
---------------	*/
.page
{
	background-image:		url( 'familySite.png' );
	background-repeat:		no-repeat;
	background-position:	top center;
	
	margin-top:				10px;
	width:					800px;
	min-height:				600px;
	margin-left:			auto;
	margin-right:			auto;
	
	text-align:				center;
}

/*	Normally the links look horrible, thus we will make them so that they are softer on the eye
---------------	*/
a
{
	color: #AAF;
}

a:hover
{
	color: #FAA;
}