/* ------------------ BLACK HEART FERI HOME PAGE --------------------- */


html { 
	background-color: black;
	background-image:  url(images/home-treeleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif; font-size: 0.95em; 
	text-align: center;
	color: #FFF;
}

body { 	
	background-image:  url(images/home-treeright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

h1.home {  }

div#content { 
	margin: 0 200px 30px 200px;
	text-align: center;
	padding: 0 20px 20px 20px; 
/*	background-image:  url(images/home-circle.jpg);
	background-repeat: no-repeat;
	background-position: center 253px;
	min-height: 450px; */
	}
	
div#content img { /*margin-bottom: 250px;*/ }

div#content p { line-height: 140%; color: #0A61F1; }

div#footer { 
	clear: left; 
	text-align: center;
	padding-top: 40px; 
	margin-bottom: 20px; 
	margin-right: 150px; margin-left: 150px; 
	}
div#footer img { border: none; }
div#footer p { 	font-size: 0.9em;
	color: #0A61F1; 
}
