/* overridden defaults */
body {
	background-color: #000000;
}

/** page */
.menuBand {
	position: absolute;
	margin: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: top;
	z-index: 1000;
	}
.topBar {
	position: absolute;
	left: 50%;
	width: 610px;
	height: 20px;
    text-align: center;
	margin-top: -200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -270px;
	top: 50%;
	z-index: 1000;
}
.contentBand {
	position: absolute;
	left: 50%;
	width: 610px;
	height: 390px;
	text-align: left;
	margin-top: -180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -260px;
	top: 50%;
}
.noticeBand {
	position: absolute;
	margin: 0px;
	left: 0px;
	width: 100%;
	height: 22px;
	bottom: 0px;
}

/** field */

/** debug */
