#Layer1 {
	position:absolute;
	width:78%;
	height:18%;
	z-index:2;
	background-color:#618581;
	left: 2%;
	top: 2%;
}
#Layer2 {
	position:absolute;
	width:17%;
	height:18%;
	z-index:2;
	right:2%;
	top:2%;
	background-color:#4f6b68;
	font-size:xx-small;
}
#Layer3 {
	position:absolute;
	width:17%;
	height:69%;
	z-index:1;
	left: 2%;
	top: 22%;
	background-color:#749894;
}
#Layer4 {
	position:absolute;
	width:17%;
	height:69%;
	z-index:1;
	right:2%;
	top: 22%;
	background-color:#425a57;
	font-size:11px;
	overflow:auto;
}
#Layer5 {
	position:absolute;
	width:60%;
	height:69%;
	z-index:1;
	left:20%;
	top:22%;
	overflow:auto;
	background:fixed;
	background-image:url(images/curved-tile2.png)
}
#Layer6 {
	position:absolute;
	width:123px;
	height:80%;
	z-index:1;
	left: 5%;
	top:5%;
}
#Layer7 {
	position:absolute;
	width:198px;
	height:100%;
	z-index:2;
	left: 3%;
	top:10%;
}
#Layer8 {
	position:absolute;
	width:98%;
	height:5%;
	z-index:1;
	left: 2%;
	bottom:2%;
	background-color:#495352;
}
#Layer9 {
	position:absolute;
	width:90%;
	height:20px;
	z-index:1;
	top:7px;
	left:6%;
}
#Layer11 {
	position:absolute;
	width:288px;
	height:100%;
	z-index:1;
	right:3%;
	top:10%;
}
body {
	background-color: #e6e6e6;
	font-family:Arial;
}

table.test {
	background-image:url('images/logo/centrist-305x87.jpg') ;
	position:fixed;
	left:5px;
	top:5px;
}