html, body {
			background-color: #003264;
			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: -250px;
			margin-left: -250px;
			position: absolute;
			top: 50%;
			left: 50%;
			width: 500px;
			height: 400px;
			visibility: visible;
		}

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

		#prop {
			height: 435px; /* 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%;
		}