@charset "utf-8";
/* CSS Document */

html, body {margin:0; padding:0; width:100%; height:100%; overflow:inherit;}
#background{
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
}
#foreground2 {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
	overflow:inherit;
	z-index:2;
	font-size: 13px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#foreground {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
	overflow:inherit;
	z-index:2;
	font-size: 13px;
}


img{
border: 0;
} 

#Beverley {
	font-family: "Vera Crouz";
	font-size: 29px;
}

#links a {
	color: #FFF;
	z-index: 3;
}
