/* CSS Document */
body {
	background-color: #000000;
	background-image: url(/images/LawofAbundanceBG.jpg);
	background-repeat:repeat-x;
	color: #FFCC00;

}

#page {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index: 1;
	background-color: #000000;
	background-image: url(/images/LawofAbundanceBG.jpg);
	background-repeat:repeat-x;
	top: -15px;
	}

#bodyBox {
	position:relative;
	width:576px;
	height:576px;
	margin-left:auto;
	margin-right:auto;
	z-index: 2;
	background-color: #000000;
	background-image: url(/images/LawofAbundance_knot_framed.jpg);
}

#Buttons {
	position:relative;
	width:576px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	top: 468px;
	left: 0px;
	background-color: #990000;
}

#lowerText {
	position:relative;
	width:576px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	z-index: 2;
	background-color: #000000;
}

#lowerText h1 {
	color:#ffcc00;
}

#lowerText h1 a:visited {
	color:#ffcc00;
}

#textBox {
	position:absolute;
	float:right;
	padding-right:50px;
	width:360px;
	height:50px;
	z-index:10;
	top: 50px;
}
	

.style2 {color: #FFCC00}
