html {
	height:100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	top: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container 
selector */
	color: #000000;
		}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	top: 0;
	z-index:1;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('http://www.covenantmm.org/images/bckgrnd.jpg'); 
	background-repeat:repeat;
	border:thick;
	border-color:#F00;
	border-style:double;
}
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.oneColFixCtr #header {
	color:#FFF;
	position:relative;
	z-index:1;
	font-size:13px;
}
.oneColFixCtr #footer {
	color:#FFF;
	position:relative;
	z-index:1;
	font-size:10px;
}
.oneColFixCtr #marquee {
	color:#FFF;
	position:inherit;
	z-index:1;
}
.oneColFixCtr #logo {
	color:#FFF;
	position:absolute;
	z-index:2;
	margin-left:20px;
	display:inline;
}
.oneColFixCtr #rotate {
	color:#FFF;
	position:relative;
	z-index:1;
	margin-left:155px;
	display:inline;
}
.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000;
	position:relative;
	z-index:1;
	/*background-color:#000;*/
	background-image: url('http://covenant.jtlwebdesign.com/images/bckgrnd.jpg'); 
	background-repeat:repeat;
	border:thick;
	border-color:#F00;
	border-style:double;
}
.oneColFixCtr #centercontent {
	width:700px;
	color:#000;
	position:relative;
}
.oneColFixCtr #sacredsearch {
	width:500px;
}

a:link {
	color:#006;
	font-size:12px;
	font-weight:bold;
}
a:hover {
	color:#009;
	font-size:12px;
}
a:visited {
	color:#006;
	font-size:12px;
	font-weight:bold;
}
a:active {
	color:#009;
	font-size:12px;
}
a.specialLink:link {
	color: yellow;
	border:none;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
a.specialLink:visited {
	color: white;
	border:none;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
a.specialLink:hover {
	color: red;
	border:none;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
