html, body {
	background-color: #68B2F8;
	margin: 0;
	text-align: center;
	height: 100%;
	padding: 0;
	min-height: 470px;
	min-width: 500px;
}

		a img {
			border: 0px;
		}

		#outer {
			text-align: center;
			position: absolute;
			top: 50%;
			left: 0px;
			width: 100%;
			height: 1px;
			overflow: visible;
			visibility: visible;
			display: block;
		}

		#centered {
			float: none;
			text-align: center;
			margin: 0px auto;
			margin-top: -200px;
			margin-left: -320px; /* Changed from -250 */
			position: absolute;
			top: 50%;
			left: 50%;
			width: 640px; /* This has increased from 500, in order to acocmodate the fat logo. */
			height: 400px;
			visibility: visible;
		}

		#footer {
			/* background: url('/img/footerbar.jpg') no-repeat center;
			font-size:8pt; */
			height:35px;
			padding-top:1px;
			position:absolute;
			bottom:0px;
			left: 50%;
			width: 640px;
			margin-left: -320px;
			text-align: center;
		}

		#prop {
			height: 395px; /* 435 seemed to work well for high resolution users. */
		}

		#wrapper {
			position: relative;
			text-align: left;
			width: 100%;
			height: 100%;
			margin: 0px auto;
		}

		#container {
			height: 100%;
		}

		#header {
			/* background: url('/img/headerbar.jpg') no-repeat center; */
			font-size:8pt;
			height:16px;
			text-align: center;
			width:100%;
		}
		
#under_bg {
	background: url("/img/ne20_bg_under.gif") no-repeat bottom;
	height: 220px;
}