body {
	background-image: url('/images/bg_repeat.png');
	background-repeat: repeat-x;
	background-color: #00b305;
	font-family: Arial, Helvetica, Verdana;
	margin:0;
}
#container {
	width: 886px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 700px;
}

#bar {
	height: 39px;
	background-image: url('/images/bar_bg.png');
	background-repeat: repeat-x;
	width:886px;
}
#spacer {
	z-index: 55;
	position: absolute;
	bottom: 360px;
	right: 18%;
}
.toplinks {
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin-top: 12px;
	margin-left: 115px;
}
.toplinks a{
	color:white;
	text-decoration:none;
}
.floatleft {float:left;}
.floatright {float:right;}
.clear{clear:both;}