body {
	margin: 0px 0px 0px 0px;
	padding:0px;
}

div.middlegroup {
}

div.centerbox {
	position: absolute;
	margin-top: 170px;
	left: 15%;
	width: 70%;
	text-align: center;
	z-index: 1;
}
div.leftbox {
	text-align: center;
	position: absolute;
	margin-top: 180px;
	left: 4px;
	width: 15%;
	z-index: 2;
}
div.rightbox {
	text-align: center;
	position: absolute;
	margin-top: 180px;
	right: 2px;
	width: 15%;
	z-index: 2;
}
div.topbox {
	position: absolute;
	top: 0px;
	left: 2px;
	right: 2px;
	z-index: 2;
	min-width: 900px;
}
div.footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

/* Status/Progress Bar */
.statbar {
	position: relative; /* IE is dumb */
	width: 100px;
	border: 1px solid #B1D632;
	padding: 2px;
}
.statbar .bar {
	display: block;
	position: relative;
	background: #B1D632;
	text-align: center;
	color: #777;
	height: 1em;
	line-height: 1em;
}
.statbar .bar span { position: absolute; left: 1em; }