/****************************
Copyright A Startled Chameleon
Design CSS
Coded by Jon Bradley with initial workings by David Turner

NOTE: This code is copyrighted.  No unauthorized use
is allowed.  Don't steal code.  However, please feel free
to look at how we did something then write it yourself.

*****************************/

html { height: 100%; margin-bottom: 1px; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #336633;
}

/* THIS is to hide any text you need hiding */
.hidetext {top: -10000px; left: -10000px; overflow: hidden; position: absolute;} 
/* END of text you need hiding */

/*#bgnd{
	z-index: 1;
	position:relative;
	margin: auto;
	width:800px;
	height:600px;
	background-image:url(../images/bgnd.gif);
}*/

#index_bgnd{
	z-index: 1;
	position:absolute;
	width:800px;
	height:600px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-right: -400px;
	margin-top: -300px;
	margin-bottom: -300px;
}

#bgnd{
	z-index: 1;
	position:absolute;
	width:800px;
	height:600px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-right: -400px;
	margin-top: -300px;
	margin-bottom: -300px;
	background-image: url(../images/bgnd.gif);
}