body {
	margin:0;
	padding:0;
	/*overflow-y: scroll;*/
	height:100%; /* needed for container min-height */
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position-x: 0%;
	background-position: 0px 161px;
	
	background-position-y: 161px;\/*IE8 only*/

	background-position-y: 161px;
	[background-position-y: 165px;]	
	[background-position: 0px 165px;] /*  IF THIS IS PUT 3 LINES UP IT WILL WORK IN CHROME NOT SAFARI THOUGH */
	
	}

html{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

div#navbackground {
	position:relative;
	margin:0;
	padding:0;
}
div#main {
	position:relative;
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(images/fern_background.jpg);
	background-position: 25px 200px;
	background-repeat: no-repeat;
}

div#logo {
	padding-top:10px;
	left:0px;
	top:0px;
}
div#nav {
	position:static;
	left:0px;
	top:137px;
	width:100%;	
}
div#content {
	position:relative;
	padding:1em 1em 5em; /* bottom padding for footer */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:749px;
	padding-left: 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0E95D2;
	font-weight: bold;
	letter-spacing: 1px;
}

div#bottom_line {
	position:relative;
 	left:0px;
	width:100%;
	height:9px;
	background-image: url(images/bottom_line.gif);
	background-repeat: repeat-x;	
}
div#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	text-align: center;
}

a:link, a:visited {
	color: #0095da;
	text-decoration: none;
}

a:hover {
	color: #6d6e71;
}
div#time{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
div#powerbase_logo {
	position:relative;
	bottom:0px; /* stick to bottom */
	text-align: center;
	width:100%;
}

