html {
	height: 100%;
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #735D3F;
}
#windowarea {
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
	text-align: center;
}
#paclogo {
	position: absolute;
	top: 2px;
	left: 10px;
	width: 265px;
	height: 103px;
	background-image: url(img/paclogo.gif);
	background-repeat: no-repeat;
	z-index: 42;
}
#greyheader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 65px;
	background-color: #626262;
	z-index: 10;
}
#orangeheader {
	position: absolute;
	top: 65px;
	left: 0px;
	height: 47px;
	width: 100%;
	background-image:  url(img/orangeheader.gif);
	background-repeat: repeat-x;
	z-index: 10;
}
#centerdot {
	position: relative;
	top: 135px;
	left: 0px;
	z-index: 43;
	font-family: Lucida Console;
	font-size:10px;
	margin: 0px auto;
	
}
