html, body   { background-color: #FFFFFF; height: 100%; margin: 0; padding: 0;
                        color: white; text-align: center; }
div#centered {
	background-color: #FFFFFF;
	height: 80%;
	width: 80%;
	position: absolute;
	left: 10%;
	top: 10%;
	color: black;
	border: 1px solid #999999;
}
      #footerbandlayer {
	position:absolute;
	width:100%;
	height:10px;
	z-index:1;
	background-color: #999999;
	bottom: 0px;
}
   #addresslayer {
	position:absolute;
	width:80%;
	height:50;
	z-index:2;
	left: 15px;
	bottom: 15px;
}
   .addresslayer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 10px;
}
a.addresslayer:link {
	text-decoration: none;
}
a.addresslayer:active {
	text-decoration: none;
}
a.addresslayer:hover {
	color: #993300;
	text-decoration: underline;
}
a.addresslayer:visited {
	text-decoration: none;
}
   .addresslayeremphasis {
	font-weight: bold;
	color: #666666;
}
   .addresslayerbullets {
	font-weight: bold;
	color: #666666;
	font-size: 22px;
}
   #logolayer {
	position:absolute;
	width:15%;
	height:120px;
	z-index:2;
	left: 85%;
	bottom: 15px;
	text-align: right;
}
   #Layer1 {
	position:absolute;
	width:250px;
	height:15%;
	z-index:3;
	left: 98px;
	top: 17px;
}
   #Layer2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:4;
	left: 10%;
	top: 69px;
	background-color: #FFFFFF;
}
   #Layer3 {
	position:absolute;
	width:80%;
	height:15%;
	z-index:4;
	left: 10%;
	top: 20%;
}
   #Layer4 {
	position:absolute;
	width:60%;
	height:59px;
	z-index:5;
	left: 10%;
	background-color: #FF9966;
	bottom: 20%;
}
   #maintext {
	position:absolute;
	width:75%;
	height:30%;
	z-index:888;
	left: 10%;
	top: 35%;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #B0B0B0;
}
   #strapline {
	position:absolute;
	width:60%;
	height:40px;
	z-index:7;
	left: 10%;
	bottom: 90px;
}
   #linksbarlayer {
	position:absolute;
	width:250px;
	height:15%;
	z-index:8;
	top: 3%;
	right: 15px;
	padding: 6px;
}
.linksbarlayer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B0B0B0;
	text-indent: 6px;
}
a.linksbarlayer:link {
	text-decoration: none;
}
a.linksbarlayer:active {
	text-decoration: none;
}
a.linksbarlayer:hover {
	color: #993300;
	text-decoration: underline;
}
a.linksbarlayer:visited {
	text-decoration: none;
}
