body {
	background-color: #666666;
}

.centredlayer {
	height: 525px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	position: relative;
	z-index: 1;
	background-color: #666666;
	background-repeat: no-repeat;
}
#button {
	width: 150px;
	border-right: 1px solid #000;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	position: absolute;
	z-index: 2;
	font-size: 12px;
	left: 35px;
	top: 145px;
	font-weight: normal;
}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
#button li {
		border-bottom: 1px solid #CCBAA4;
		margin: 0;
}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #CCBAA4;
		border-right: 10px solid #CCBAA4;
		background-color: #00A82B;
		color: #fff;
		text-decoration: none;
		font-size: 12px;
}
#button li a:hover {
		border-left: 10px solid #000000;
		border-right: 10px solid #000000;
		background-color: #01FE41;
		color: #fff;
}
.footer {
	background-color: #00AB2B;
	height: 25px;
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 499px;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 20px;
	width: 330px;
	position: absolute;
	z-index: 3;
	right: 50px;
	filter: Alpha(Opacity=80);
	-moz-opacity:.80;
	opacity: 0.8;
	height: 333px;
	top: 126px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#textbox h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0px 0px;
}
#textbox p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}
#textbox a:link, #textbox a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #508FC4;
	text-decoration: none;
}
#textbox a:hover {
	color: #2175BC;
}